ParseUI ...不包含bitcode

时间:2017-01-07 07:15:55

标签: ios swift3 bitcode parseui

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

1 个答案:

答案 0 :(得分:0)

enter image description here

在XCode中,在资源管理器中选择项目>选择目标>将“启用Bitcode”设置为“否”并重新编译代码。

如果在目标中启用bitcode,则所有pod都需要启用bitcode。但在你的情况下,Alamofire看起来不是bitcode启用。因此,只要是这样,您就无法继续为您的代码选择“启用Bitcode”选项。