打包前运行没有问题, 打包时编译器报错
clang:error: unable to execute command: Segmentation fault: 11
clang:error: linker command failed due to signal (use -v to see invocation)
我google 了一下, 发现有很多种问题会报这个错误, 可以定位到的就不说了. 我的是没办法定位到, 因为是引入了支付型的第三方库, 解决方法:
在 build setting 中搜索 bitcode , 关闭这个功能, 把 enable bitcode 设为NO.
网友评论