编译打包时出现报错: (null): Linker command failed with exit code 1 (use -v to see invocation)

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

编译打包时出现报错:

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

解决方法 一:

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

编译打包时出现报错: (null): Linker command failed with exit code 1 (use -v to see invocation)_第1张图片

解决方法二:

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

可能原因:

Xcode版本太低,要求8.3以上

你可能感兴趣的:(编译打包时出现报错: (null): Linker command failed with exit code 1 (use -v to see invocation))