簡體   English   中英

Xcode 5文檔錯誤

[英]Xcode 5 Documentation Error

我想這樣描述我的代碼

/** 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
}

有人可以幫我嗎?

對不起,我的英語不好

從項目中刪除“ LaunchScreen.xib”,操作完成。

似乎是時候向Apple的錯誤報告者提交錯誤報告了。

如果重新啟動計算機並重新啟動Xcode,崩潰是否還會再次發生?

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM