Hello all,
I am perplexed regarding this issue as I cannot get to the bottom of it. When using SwitfyBeaver
as a dependency (through SPM) when compiling the app within Xcode everything works as expected. However, when I use xcodebuild
from the terminal it fails saying module is not found.
Having created an issue over at the SwitfyBeaver repository (here) the lead developer says that this is an SPM issue - if it indeed is, is there any workaround you can think for it? An MWE that outlines the steps required to reproduce the issue is provided in the GitHub issue linked.
Thanks!