【发布时间】:2017-05-21 23:53:38
【问题描述】:
一旦我似乎摆脱了所有语法错误,同时将我的项目转换为 Swift 3.0。
我现在打这个:
ld: '/Users/......./ParseUI.framework/ParseUI(PFLogInViewController.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)
在 Xcode 中尝试了一些没有任何效果的选项更改后,我没有看到任何明确的解决方案来解决这个问题。 有人对此有简单而明确的答案吗?
【问题讨论】:
标签: ios swift3 bitcode parseui