krzysztofzablocki / Inject

Hot Reloading for Swift applications!
MIT License
2.36k stars 118 forks source link

Unable to Archive app #103

Closed teameh closed 1 month ago

teameh commented 1 month ago

Building, running, testing all works like a charm, but I'm unable to Archive my app when inject is included as a package.

/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip:1:1: 
symbols referenced by indirect symbol table entries that can't be stripped in: 
/Users/Teameh/Developer/Apps/MyApp/DerivedData/MyApp/Build/Intermediates.noindex/ArchiveIntermediates/MyApp/InstallationBuildProductsLocation/Applications/MyApp.app/MyApp

Using the new Xcode 16.1 (16B40) RC

krzysztofzablocki commented 1 month ago

Inject in release build is basically empty and there is thousands of apps using it daily in prod so this seems unlikely to be Inject related and more likely some cache / setting issue

teameh commented 1 month ago

Yeah my thoughts exactly, I thought it would maybe be Xcode 16.1 related.. but I'll close this for now. At least this is issue is up here now. If somebody reads this knowing the solution, please let me know 😄