美文网首页
模拟器成功,真机报错 clang: error: linker

模拟器成功,真机报错 clang: error: linker

作者: CoderZXS | 来源:发表于2017-08-04 21:00 被阅读0次

    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

          本文链接:https://www.haomeiwen.com/subject/wcmblxtx.html