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)
I have a problem. I am trying to bind my iphone project with GData.
Share
You forgot to add the
SystemConfigurationframework 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
SystemConfigurationand add it.