Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

5
  • 1
    Adding the BITCODE_GENERATION_MODE piece was the fix for me for my own static framework embedded in my xcode 10.2 project in 2019. THANK YOU Commented Aug 28, 2019 at 12:14
  • 3
    @Mike can you please tell where you would add the BITCODE_GENERATION_MODE? Commented Sep 23, 2019 at 14:12
  • I am added this "BITCODE_GENERATION_MODE" but I cannot able to delete this user settings can you please how I should remove it.! Commented Sep 23, 2019 at 14:58
  • Added BITCODE_GENERATION_MODE and it's working now, I am not sure why this setting is not mentioned anywhere. Commented Aug 17, 2020 at 11:01
  • Well, nothing else was working but your solution saved the day. I was setting it to marker (debug) and bitcode (release) but still it wasn't working. Another step I had to do was to uncheck the Bitcode checkbox while creating the IPA. Without that, the IPA processing was failing. Thanks a lot for your suggestion! Commented Apr 22, 2021 at 9:36