unable to execute command: Segmentation

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

unable to execute command: Segmentation_第1张图片
Architectures的debug改为NO就可以


以上方法不行:
unable to execute command: Segmentation_第2张图片
enable bitcode改成No。原因是第三方库在编译时没有 enable bitcode,Xcode升级之后工程开启了ENABLE_BITCODE开关,第三方库不兼容,关闭即可。

你可能感兴趣的:(调试,编译,Segmentation)