erudel
(Eman)
23
I never got this to work, but I did find a workaround. I ended up pulling everything out from the main application and only left there the app delegate. Then, I defined a target (and its test target) in the package manifest, along with all the dependencies, which get resolved without issues.
pm-dev
24
Got it, thanks for sharing. My test target is dependent on a host application so that's unlikely to work.. trying to figure out how to tweak the import search paths for the spm product..