iPhone:从Twitter获取twits时出现问题

时间:2011-05-16 11:42:09

标签: iphone objective-c cocoa-touch ios4

在我的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'

可以做些什么?

1 个答案:

答案 0 :(得分:0)

我认为您忘记了在项目中复制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文件夹从他们的项目拖到你的项目中..