简体   繁体   English

Xcode 5文档错误

[英]Xcode 5 Documentation Error

I wanted to describe my code like this 我想这样描述我的代码

/** Loads and parses the XML file*/
+(NSMutableArray *)loadXML:(NSString *)table;

But when I try to use the quick help for loadXML: Xcode crashes with this Error: 但是,当我尝试对loadXML使用快速帮助时:Xcode崩溃,并显示以下错误:

ASSERTION FAILURE in /SourceCache/IDEPlugins/IDEPlugins-5064/IDEQuickHelp/Models/IDEQuickHelpContentCreator.m:321
Details:  Error creating XML document from clang-parsed comment block: Error Domain=NSXMLParserErrorDomain Code=73 "Line 1: invalid character in attribute value
Line 1: attributes construct error
Line 1: Couldn't find end of Start Tag Function
" UserInfo=0x7fc78fb98500 {NSLocalizedDescription=Line 1: invalid character in attribute value
Line 1: attributes construct error
Line 1: Couldn't find end of Start Tag Function
}

Could anyone help me please? 有人可以帮我吗?

Sorry for my bad english 对不起,我的英语不好

从项目中删除“ LaunchScreen.xib”,操作完成。

Sounds like it's time to submit a bug report to Apple's bug reporter. 似乎是时候向Apple的错误报告者提交错误报告了。

If you restart your computer and re-launch Xcode, does the crash occur again? 如果重新启动计算机并重新启动Xcode,崩溃是否还会再次发生?

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

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