Enable bitcode Xcode 7.1

后端 未结 2 607
予麋鹿
予麋鹿 2021-01-22 07:29

I\'m having this error in XCode 7.1 when building the application for iOS9: (...) MyoKit(TLMHub.o)\' does not contain bitcode. You must rebuild it with bitcode enabled (Xcode se

相关标签:
2条回答
  • 2021-01-22 07:57

    In project Navigator, select your project:

    And then Select your project,click on build settings, and search for bitcode,and set BitCode to YES.

    Make sure you click on All option instead of Basic.

    0 讨论(0)
  • 2021-01-22 08:11

    The issue is MyoKit is not compiled with Bitcode enabled. Unfortunately until that SDK supports Bitcode, you'll have to disable it for your project.

    0 讨论(0)
提交回复
热议问题