Xcode 7 and ENABLE_BITCODE=YES setting does not work

前端 未结 9 1164
南笙
南笙 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-23 00:05

    If you don't find enable_bitcode flag. Click "All" tab on the upper toolbar beside the search bar.

    0 讨论(0)
  • 2020-12-23 00:07

    Are you sure you've selected Enable Bitcode to NO against build config you're using (eg DEBUG)? You can check it out in project->target->build settings-> search enable bitcode->set NO in DEBUG (good to remember to try to update libs before test release, maybe it'll contain bitcode already). Then Edit Scheme -> Run -> check if you have DEBUG config atm.

    0 讨论(0)
  • 2020-12-23 00:13

    If your Bitcode is not showing please selec All. When xcode select Basic your Bitcode option is not showing.

    When you select All you can see Bitcode. After then set No for ads config

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