2011-09-22 67 views
0

已安装并正在运行,但我仍然收到10条警告。这是因为引擎已过时,并且与新支持库不兼容?有没有人设法使这个安装干净没有警告,请分享您的来源。Twitter + OAuth仍然给我发出警告

我基于“Mark Hammonds于2010年9月22日”上的安装教程。

WARNNINGS:

/xCode_Projects/Official Apps/WnS/APP/WnS/WnS/Twitter+OAuth/MGTwitterEngine/MGTwitterMessagesParser.m 
'MGTwitterStatusesParser' may not respond to '-parser:didEndElement:namespaceURI:qualifiedName:' 
'MGTwitterStatusesParser' may not respond to '-parser:didEndElement:namespaceURI:qualifiedName:' 
file://localhost/xCode_Projects/Official%20Apps/WnS/APP/WnS/WnS/Twitter+OAuth/MGTwitterEngine/MGTwitterMessagesParser.m: warning: Semantic Issue: 'MGTwitterStatusesParser' may not respond to 'parser:didEndElement:namespaceURI:qualifiedName:' 

/xCode_Projects/Official Apps/WnS/APP/WnS/WnS/Twitter+OAuth/MGTwitterEngine/MGTwitterMiscParser.m 
'MGTwitterStatusesParser' may not respond to '-parser:didEndElement:namespaceURI:qualifiedName:' 
'MGTwitterStatusesParser' may not respond to '-parser:didEndElement:namespaceURI:qualifiedName:' 
/xCode_Projects/Official Apps/WnS/APP/WnS/WnS/Twitter+OAuth/MGTwitterEngine/MGTwitterStatusesParser.m 
'MGTwitterXMLParser' may not respond to '-parser:didEndElement:namespaceURI:qualifiedName:' 
'MGTwitterXMLParser' may not respond to '-parser:didEndElement:namespaceURI:qualifiedName:' 
/xCode_Projects/Official Apps/WnS/APP/WnS/WnS/Twitter+OAuth/MGTwitterEngine/MGTwitterUsersParser.m 
'MGTwitterStatusesParser' may not respond to '-parser:didEndElement:namespaceURI:qualifiedName:' 
'MGTwitterStatusesParser' may not respond to '-parser:didEndElement:namespaceURI:qualifiedName:' 
/xCode_Projects/Official Apps/WnS/APP/WnS/WnS/Twitter+OAuth/MGTwitterEngine/MGTwitterXMLParser.m 
Class 'MGTwitterXMLParser' does not implement the 'NSXMLParserDelegate' protocol 
Class 'MGTwitterXMLParser' does not implement the 'NSXMLParserDelegate' protocol 
+0

已解决。原来该文件夹确实需要在项目的根目录下。把它放在“外部库”文件夹中。 –

回答

0

解决。找出需要位于项目根目录的文件夹。我在“外部库”文件夹中。

相关问题