美文网首页
编译打包时出现报错: (null): Linker comma

编译打包时出现报错: (null): Linker comma

作者: 阿良天界 | 来源:发表于2017-06-21 11:08 被阅读0次

    深入理解iOS开发中的BitCode功能

    编译打包时出现报错:

    (null): Linker command failed with exit code 1 (use -v to see invocation)

    解决方法 一:

    targets ->Build Settings ->搜BitCode->改成NO

    解决方法二:

    查看是否重复导入文件造成链接错误(即使包中只有一个,但工程中重复拖入,也会造成链接错误)

    可能原因:

    Xcode版本太低,要求8.3以上

    相关文章

      网友评论

          本文标题:编译打包时出现报错: (null): Linker comma

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