在Xcode6.4中,我可以通过选择"iOS Device“来构建项目,并可以使用.app文件来使用diawi.com测试相同的项目,但是我刚刚切换到Xcode7.2,我可以看到"Generic iOS Device”的新选项,我想用它来替换"iOS Device",但是当我选择"Generic iOS Device“来构建项目时,它总是失败,并显示以下错误:
clang: error: unable to execute command: Segmentation fault: 11
clang: error: clang frontend command failed due to signal (use -v to see invocation)发布于 2016-01-19 17:43:40
简单地说就是Exit Xcode和restart your mac。Start Xcode并运行项目。这对我很有效。
https://stackoverflow.com/questions/34863216
复制相似问题