xcode真机调试出现Command /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang failed with exit code 11的错误怎么办
版本是xcode7.0beta
xcode真机调试出现Command /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang failed with exit code 11的错误怎么办
版本是xcode7.0beta
找到解决方法了,是升级xcode造成的
解决办法: 在你的主工程文件 target搜素,pch ,找到Prefix Header 把它后面的值,都删除,再运行就解决了。
你用这个方法解决后,现在可以编译成功了么? 我编译3.6版本还是不行
可以啊。已经没问题了