【问题标题】:iPhone : Problem while fetching the twits from twitteriPhone:从推特获取推特时出现问题
【发布时间】:2011-05-17 13:25:19
【问题描述】:

在我的 iphone 应用程序中,我正在尝试从 twitter 获取 twits。

我从以下链接获得了一个示例编码:

http://mobile.tutsplus.com/tutorials/iphone/iphone-json-twitter-api/

但是当我实现这个例子时,我得到了以下警告:

找不到选项“-L/Volumes/MacShare/Ankit/Twitter Search/JSON/iphoneos.sdk/usr/local/lib”的目录

可以做什么?

【问题讨论】:

  • 如果你正在尝试这个,那么你为什么不接受我以前的答案......为什么你接受“Adrian Sarli”的答案??

标签: iphone objective-c cocoa-touch ios4


【解决方案1】:

我想你忘记了在你的项目中复制 JSON 框架的步骤 -

# Drag the JSON folder from the DMG and drop it in your Xcode project. You can add it to the “Other Sources” group if you would like.
# Select the ‘Copy items into destination group’s folder’ option when prompted.

我刚刚从http://mobiletuts.s3.amazonaws.com/14_iPhoneJSONFramework/JSONTwitterSearch.zip 下载了代码,它运行良好!!

仔细按照步骤操作!!

你可以再做一件事..下载他们的源代码并将Json文件夹从他们的项目拖到你的项目..

【讨论】:

    猜你喜欢
    • 2011-08-27
    • 2011-08-27
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2017-04-11
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多