Framework was built without full bitcode - Framework bitcode already enabled

Nitish picture Nitish · Dec 6, 2018 · Viewed 9.1k times · Source

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.

Answer

Vitalii Gozhenko picture Vitalii Gozhenko · Dec 11, 2018

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

Skip Install

Embed Bitcode