Monday, 30 September 2019

Enabling Bitcode in dynamic framework

I am currently building a dynamic framework for iOS and tvOS. Therefor I lipo simulator and device binaries to one fat library via script. Bitcode is enabled in Build Settings, as you can see here:

Build Settings

I verified the library after creation with otool. Bitcode is definitely enabled. When I now try to add this library to my Main App via Cocoapod and validate this App with Archive -> Validate, I am getting the following error message:

XCode error

Build Settings Demo App

Somebody has a clue why the AppStore is complaining?



from Enabling Bitcode in dynamic framework

No comments:

Post a Comment