Xcode 7 and ENABLE_BITCODE=YES setting does not work

前端 未结 9 1218
南笙
南笙 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: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.

提交回复
热议问题