iOS开发中,Xcode编译错误:does not contain bit code

Xcode编译报错:does not contain bitcode. You must rebuild it with bitcode enabled (Xcode setting ENABLE_BITCODE), obtain an updated library from the vendor, or disable bitcode for this target. for architecture arm64
如下图所示:
iOS开发中,Xcode编译错误:does not contain bit code_第1张图片

1.选择项目属性中的”Build Settings“项
2.在搜索输入框中输入:bitcode,可以从设置中找到“Enable Bitcode”项,它的默认值是Yes
3.将Enable Bitcode项的值改成“No”,之后就能成功编译
iOS开发中,Xcode编译错误:does not contain bit code_第2张图片

你可能感兴趣的:(iOS开发,xcode,ios,xcode,bitcode,arm64)