parse-platform - Xcode 7 为现有 Parse 支持的项目 "does not contain bitcode"提供链接器错误

标签 parse-platform ios9 xcode7

我刚刚安装了新的 Xcode 7 和我所在的项目
已经在 Xcode 6.4 中开发尝试运行并发现此错误。

ld:'/Users/aliasadullah/Dropbox/DetectPhoneCall 2/DetectPhoneCall/parse.framework/parse(PFAnalytics.o)' 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 clang: error: linker command failed with exit code 1 (use -v to see invocation)

最佳答案

只需选择您的目标build设置并更改 启用位码 选项 .

enter image description here

关于parse-platform - Xcode 7 为现有 Parse 支持的项目 "does not contain bitcode"提供链接器错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32646700/

相关文章:

javascript - Parse.FacebookUtils.logIn 是否只允许通过弹出框登录 Facebook?

parse-platform - 如何从 Parse.com 数据库获取数据

ios - 如何将 PFGeoPoint 转换为 CLLocation

ios - 将 NSURLConnection 更改为 NSURLSession 后加载图像很慢

xcode - 如何从 Firebase 在 Swift 中获取下一个数据

java - 如何独立制作这个方法?

ios - 亚马逊通用链接

iOS String.drawAtPoint 始终以相同大小呈现

ios - 使用 Xcode 7 UI 自动化模拟对象

iOS9 - 这个应用程序正在从后台线程修改自动布局引擎——在哪里?