繁体   English   中英

Xcode退出,iOS SDK中出现错误254

[英]Xcode Exit with Error 254 in iOS sdk

首先,我知道有关此主题的问题很多,但找不到适合我的解决方案。

突然,我收到了如下的clang错误:

1.  /Volumes/Xcode/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator6.0.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFString.h:154:2: current parser token 'if'
clang: error: unable to execute command: Segmentation fault: 11
clang: error: clang frontend command failed due to signal (use -v to see invocation)
Apple clang version 4.1 (tags/Apple/clang-421.11.66) (based on LLVM 3.1svn)
Target: i386-apple-darwin11.4.0
Thread model: posix
clang: note: diagnostic msg: PLEASE submit a bug report to http://developer.apple.com/bugreporter/ and include the crash backtrace, preprocessed source, and associated run script.
clang: error: unable to execute command: Segmentation fault: 11
clang: note: diagnostic msg: Error generating preprocessed source(s).
Command /Volumes/Xcode/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang failed with exit code 254

我无法解决此问题。 * 请帮助我解决此错误。. *

使用调试器检查发生崩溃的位置。 由于您没有任何代码,也许没有人可以在此方面为您提供帮助。 为了获得全面的支持,您必须在应用程序崩溃的地方张贴代码,并且遇到此错误。

这是苹果官方支持社区中讨论的相同错误,也请参考此

希望这可以帮助

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM