为 4.0 和 3.1.X 编译 Ben Gottlieb 的 Twitter oAuth iPhone 库
我需要 Ben Gottlieb 的 Twitter 引擎在 iOS 4.0 和 3.1.X 上运行 - 我尝试使用某些 SDK 版本重新编译 libOAuth.a 库,但没有成功。 使用 3.1.3 SDK 编译的库仅适用于 3.1.3 SDK,而 4.0 编译的库仅适用于 4.0 SDK。
有什么想法可以让库在两个 SDK 版本上运行吗?
谢谢, 卢卡斯
I need Ben Gottlieb's Twitter Engine running on both iOS 4.0 and 3.1.X - I tried to recompile the libOAuth.a Library with certain SDK Versions but I didn't got it to work.
The Library compiled with 3.1.3 SDK works just on 3.1.3 SDK, and the 4.0 compiled Library only on the 4.0 SDK.
Any ideas how to get the Library running on both SDK Versions?
Thanks,
Lukas
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
libOAuth 刚刚从 oAuthConsumer 项目编译而来。您应该从 oAuthConsumer 获取源代码并将源代码放入您的项目中,然后您可以使用您想要的任何 sdk 构建您的项目。
我有一个构建在 MGTwitterEngine 和 oAuthConsumer 之上的项目,它添加了对 oAuth 和流 api 的支持。该项目包括一个使用 oAuth 进行登录并将推文流式传输到表视图的演示。您可以在这里查看https://github.com/TimShi/TSTwitterEngine
libOAuth is just compiled from the oAuthConsumer project. You should get the source code from oAuthConsumer and the source code into your project, then you can build your project with whatever sdk you want.
I have a project that builds on top of MGTwitterEngine and oAuthConsumer, that adds support for oAuth and the streaming api. The project includes a demo that uses oAuth for login and streams tweets to a table view. You can check it out here https://github.com/TimShi/TSTwitterEngine