0

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)

Matrosov Oleksandr
  • 25,505
  • 44
  • 151
  • 277

1 Answers1

1

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.

sergio
  • 68,819
  • 11
  • 102
  • 123