Search code examples
iosxcodeios-frameworks

Framework was built without full bitcode - Framework bitcode already enabled


Getting this error on Archiving my app. Framework used is my own. So I cross checked. Bitcode in framework is Enabled. Not sure why am I getting this issue. These are the build settings in my framework :

enter image description here

I followed this link but didn't work. Tried to set -fembed-bitcode in framework's project (not target, but project, since it is recommended in the link) setting.


Solution

  • Try to set Skip Install to YES and Enable Bitcode to Yes in framework build settings.

    Skip Install

    Embed Bitcode