Posts

Post not yet marked as solved
3 Replies
963 Views
In Xcode 12 beta 3 if I add a binary package dependency to an iOS app and also add a binary framework dependency to the app then the binary package dependency's XCFramework does not get code signed when building for device. The app will not install on a device because of the dependency not being code signed. If I remove the binary framework dependency from the app then the binary package dependency works fine and is code signed. The binary framework dependency is a closed source framework that doesn't not support SPM so I can't use SPM to reference it. Any ideas of resolving this? Thanks!
Posted Last updated
.