Search code examples
iosxcodeios-chartsbitcode

bitcode bundle could not be generated because iOS Charts


I make app with 3d library iOS-Charts. But I get the error bitcode bundle could not be generated because was built without full bitcode. from today widget. I installed it with help Carthage and I did all the instructions. I do not know how can I fix it? I made the following screenshot from today widget target. enter image description here


Solution

  • Please check this SO thread and see if adding the -fembed-bitcode flag in build settings works for you.

    iOS library to BitCode