Xcode 7 and ENABLE_BITCODE=YES setting does not work

前端 未结 9 1227
南笙
南笙 2020-12-22 23:33

I have followed several threads around the new ENABLE_BITCODE setting in Xcode, have also tried as much as I can (admitted I\'m not a xcode pro) but still cannot get the pro

9条回答
  •  心在旅途
    2020-12-22 23:55

    I had also faced the same problem in Xcode7. Solution for this:

    • go to PROJECT
    • build Settings
    • select All Tab
    • type in search Enable Bitcode
    • Update Flag to No (which will be beneath of your project (second column))

提交回复
热议问题