打包上传一个小问题

421 阅读1分钟

##今天打包上传时遇到一个问题

在Product->Archive的时候

clang: error: unable to execute command: Segmentation fault: 11 clang: error: linker command failed due to signal (use -v to see invocation)

然后找啊找,在stackoverflow上找到了答案

Project's Target->Build Settings->Enable Bitcode

设置为NO就可以了