Xcode升级之后,libWeiboSDK.a(WBSDKNormalWebViewController.o)' does not contain bitcode. You must rebuild

ld: warning: directory not found for option '-L/Users/gong/Desktop/UniversityApp/Pods/build/Release-iphoneos'

ld: warning: directory not found for option '-L/Users/gong/Desktop/UniversityApp/UMSocial_Sdk_4.2.2'

ld: warning: directory not found for option '-L/Users/gong/Desktop/UniversityApp/Sina'

ld: '/Users/.../SinaSSO/libWeiboSDK.a(WBSDKNormalWebViewController.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)


xcode升级之后,真机调试,遇到问题;

解决方案:bitcode 的原因,TARGETS---->Build Settings -=--->搜索bitcode  ,更改Build Options 中 Enable Bitcode 项为No



问题切图:

Xcode升级之后,libWeiboSDK.a(WBSDKNormalWebViewController.o)' does not contain bitcode. You must rebuild_第1张图片

解决截图:


你可能感兴趣的:(xcode,调试,真机)