在将项目转换为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中尝试了一些没有任何影响的选项更改后,我没有看到任何明确的解决方案来解决这个问题。 任何人都有一个简单而明确的答案吗?