iPhone twitter 集成:NSXMLParserDelegate 协议未找到错误
我对 iPhone 编程非常陌生,在导入 Twitter+OAuth 库以在我的程序中实现一些基本的 twitter 集成时,我面临着这个非常奇怪的问题。
我的SDK是iPhone 3.1.3。拖放 twitter+oauth 库后,我添加标头路径和库搜索路径 [$(SDKROOT)\usr...无论我在 这个教程]
然后我将libxml2.dylib框架添加到项目中。当我编译该项目时,我收到六个错误,这些错误都来自不同的 .h 文件: “未找到 NSXMLParserDelegate 协议”。
请帮忙! :(
Im very new to iPhone programming, and am facing this really weird issue with importing the Twitter+OAuth libraries for implementing some basic twitter integration into my program.
My SDK is iPhone 3.1.3. After i drag-drop the twitter+oauth library, i add the header path and the library search path
[$(SDKROOT)\usr...whatever as i found in this tutorial ]
I then added the libxml2.dylib framework to the project. When i compile the project, i get six errors, all the same from different .h files that say
"NSXMLParserDelegate protocol not found".
Please help! :(
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
来自 NSXMLParserDelegate 的文档
如果您使用 SDK 3.1.3,它根本无法工作
请参阅此询问更多信息
From the documentation of NSXMLParserDelegate
It simply wont work if you are using SDK 3.1.3
See this question for further info