编译打包时出现报错: (null): Linker comma
2017-06-21 本文已影响0人
阿良天界
编译打包时出现报错:
(null): Linker command failed with exit code 1 (use -v to see invocation)
解决方法 一:
targets ->Build Settings ->搜BitCode->改成NO
解决方法二:
查看是否重复导入文件造成链接错误(即使包中只有一个,但工程中重复拖入,也会造成链接错误)
可能原因:
Xcode版本太低,要求8.3以上