升级XCode7遇到的问题 遇到一个更新一个

bitcode问题

错误代码:
ld:'/Users/zhangyu/Documents/UcanSVN/yk-lrb-ios/trunk/YouKangOldPeople/ThirdPartFrameWorks/Jpush/libPushSDK-1.8.3.a(APService.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)
截图:


bitcode.png
解决方法:
要么让第三方库支持,要么关闭target的bitcode选项。
实际上在Xcode 7中,我们新建一个iOS程序时,bitcode选项默认是设置为YES的。
我们可以在”Build Settings”->”Enable Bitcode”选项中看到这个设置。

Https导致的请求失败

http://www.jianshu.com/p/257a28846956

你可能感兴趣的:(升级XCode7遇到的问题 遇到一个更新一个)