它的安装和工作但我仍然收到10个警告。这是因为引擎已过时且与新支持库不完全兼容吗?有没有人管理这个安装干净没有任何警告请分享您的来源。
我的安装基于“Mark Hammonds on 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)
解决。原来需要在项目根目录的文件夹。我把它放在“外部库”文件夹中。