一旦我似乎摆脱了所有语法错误,同时将我的项目转换为 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 中尝试了一些没有任何效果的选项更改后,我没有看到任何明确的解决方案来解决这个问题。有人对此有一个简单而明确的答案吗?