我想这样描述我的代码
/** 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
}
有人可以帮我吗?
对不起,我的英语不好