GData +苹果手机应用程序

发布于 2024-11-09 14:25:37 字数 497 浏览 5 评论 0原文

我有一个问题。我正在尝试将我的 iphone 项目与 GData 绑定。现在我已经下载了源代码 - http://code.google.com/p/gdata -objectivec-client 并制作本教程 - http://mischneider.net/?p=377#comment-1277< /a>.但我收到错误: SCNetworkReachabilityScheduleWithRunLoop 参考自:
-[GDataOAuthSignIn startReachabilityCheck]
在 libGDataTouchStaticLib.a(GDataOAuthSignIn.o)

I have a problem. I am trying to bind my iphone project with GData. Now I have alredy downloaded source code - http://code.google.com/p/gdata-objectivec-client
and make this tutorial - http://mischneider.net/?p=377#comment-1277. But i get error:
SCNetworkReachabilityScheduleWithRunLoop
referenced from:
-[GDataOAuthSignIn startReachabilityCheck]
in libGDataTouchStaticLib.a(GDataOAuthSignIn.o)

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

命比纸薄 2024-11-16 14:25:37

您忘记将 SystemConfiguration 框架添加到您的项目中。

为此:右键单击项目中的框架组并选择“添加现有项目”,然后滚动列表以找到 SystemConfiguration 并添加它。

You forgot to add the SystemConfiguration framework to your project.

To do that: right-click on the the frameworks group in your project and select "Add existing project", then scroll the list to find the SystemConfiguration and add it.

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