美文网首页
自己封装的静态库打包时报错

自己封装的静态库打包时报错

作者: dqk1023 | 来源:发表于2017-08-02 09:44 被阅读0次

    /shuju.a(ShuZuCL.o)' was built without full bitcode. All object files and libraries for bitcode must be generated from Xcode Archive or Install build for architecture arm64
    clang: error: linker command failed with exit code 1 (use -v to see invocation)

    需要我们在build setting中设置Enable Bitcode为NO

    图片

    屏幕快照 2017-08-02 09.43.46.png

    相关文章

      网友评论

          本文标题:自己封装的静态库打包时报错

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