Closed alephao closed 7 months ago
I will have a look at this asap @alephao, probably Sunday. Thank you!
merge merge merge +1
Hi @paulocoutinhox, this repo seems abandoned so you are probably better off maintain your own fork, I'll close this issue to clean up my PR list
Hello!
I have a project with mulitple frameworks and many of the frameworks use TinyConstraints via Carthage. When trying to migrate to SPM, I bumped into an issue where it always embeds the library in every module, resulting in issues when trying to archive the app and sending to the App Store.
To solve that I added another product that forces the library to be dynamic. With a dynamic library I have the option to not embed the library in my modules, only in the app target, which solves my problem.