Import 3rd Party Dependancy into Swift Framework

55 views Asked by At

I have a framework let's call it myFramework. I need to import Starscream a 3rd party dep into my framework.

I have tried using Swift Package Manager. I add the Package to the project, then link to the Framework target. Inside of the myFramework target I see Starscream listed as a library inside of "Link Binary With Libraries". When I build it succeeds, but if I import Starscream into a file, it comes up with the error "No such module".

Is this possible?

0

There are 0 answers