模拟器成功,真机报错 clang: error: linker command failed with exit code 1

ld: warning: directory not found for option '-F/Users/StoneMan/Desktop/10-实用技术/5-支付 跳转 分享 登录 统计/代码/6-友盟/6-友盟/UMSocialSDK'
ld: '/Users/StoneMan/Desktop/10-实用技术/5-支付 跳转 分享 登录 统计/代码/6-友盟/6-友盟/UMSocial/SocialLibraries/LaiWang/libLWApiSDK.a(LWApiRequest.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)

解决办法
在build setting下将Enable Bitcode设置为NO

http://www.jianshu.com/p/d0a236a9efa1

你可能感兴趣的:(模拟器成功,真机报错 clang: error: linker command failed with exit code 1)