解析库缺少bitcode?

时间:2015-12-17 07:25:50

标签: ios parse-platform bitcode

我正在构建一个在xcode 7.1.1上运行iOS9的iphone。该项目使用了解析框架,我得到了这个链接器错误

ld: '/Users/alexanderbollbach/Desktop/motorvate-ios2-master/Pods/ParseFacebookUtils/libParseFacebookUtilsLib.a(PFFacebookAuthenticationProvider.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 armv7 clang: error: linker command failed with exit code 1 (use -v to see invocation)

我知道新的bitcode要求和app-thining范例,但我不熟悉如何实现它。这是解决问题的结果还是我可以自己解决?

1 个答案:

答案 0 :(得分:0)

您使用pod来集成解析吗?如果是的话应该解决...

删除您的派生数据并再次进行清理重建

在这里看到讨论

https://github.com/ParsePlatform/Parse-SDK-iOS-OSX/issues/254