iPhone twitter 集成:NSXMLParserDelegate 协议未找到错误

发布于 2024-10-30 11:16:26 字数 408 浏览 6 评论 0原文

我对 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

岁月染过的梦 2024-11-06 11:16:26

来自 NSXMLParserDelegate 的文档

适用于 iOS 4.0 及更高版本。

如果您使用 SDK 3.1.3,它根本无法工作

请参阅询问更多信息

From the documentation of NSXMLParserDelegate

Available in iOS 4.0 and later.

It simply wont work if you are using SDK 3.1.3

See this question for further info

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文