我想像我这样描述我的代码
/** Loads and parses the XML file*/
+(NSMutableArray *)loadXML:(NSString *)table;
但是当我尝试使用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
}
有人可以帮我吗?
抱歉我的英文不好
答案 0 :(得分:1)
删除" LaunchScreen.xib"从你的项目,你就完成了。
答案 1 :(得分:0)
听起来是时候向Apple的bug报告者提交错误报告了。
如果重新启动计算机并重新启动Xcode,是否会再次发生崩溃?