CommonCrypto icon indicating copy to clipboard operation
CommonCrypto copied to clipboard

Bitcode compatible?

Open Querschlag opened this issue 7 years ago • 0 comments

I get the following error when submitting with Application Loader (compiled with Xcode 8.2.1):

ERROR ITMS-90668: "Invalid Bundle Executable. The executable file 'MyApp AppStore.app/Watch/MyApp Watch App.app/PlugIns/MyApp Watch Extension.appex/Frameworks/CommonCrypto.framework/CommonCrypto' contains incomplete bitcode. To compile binaries with complete bitcode, open Xcode and choose Archive in the Product menu."
ERROR ITMS-90209: "Invalid Segment Alignment. The app binary at 'MyApp.app/Watch/MyApp Watch App.app/PlugIns/MyApp Watch Extension.appex/Frameworks/CommonCrypto.framework/CommonCrypto' does not have proper segment alignment. Try rebuilding the app with the latest Xcode version."

Can I use this for targets that require Bitcode to be enabled, like watchos 3 apps?

Querschlag avatar Mar 24 '17 09:03 Querschlag