Saturday 15 January 2011

xcode - Adding ObjectiveFlickr to Project -


I am trying to add the ObjectiveFlickr framework in my project.

I tried to follow these instructions:

  Exactive flaker in your Mac project. Add Akskodru (Akskod menu Add Project & gt; Project ...) on your app targets more info window target), then add Also, in the General tab, ObjectiveFlickr (library) direct dependence, the same window linked Libraries drag libObjecitveFlickr.a for the library group with the goal of linked binary add CFNetwork.framework    
  lost information window of your target again Set up configuration for all configurations, then find the header search path property, to add these two paths separately (lt and; root & gt; where ObjectiveFlickr checkout), add & lt; Of root & gt; & Lt; Of root & gt; / LFWebAPIKit use #'d import in its project "ObjectiveFlickr.h" to   

But it seems that was written for older versions of XCode these instructions (I use 4.6 ). I tried to translate these instructions "to the new version of XCode" but no matter what I do, lives in libObjectiveFlickr.a red and I get the following errors:

  Symbols for undefined architecture ARMv7: "_SCNetworkReachabilityUnscheduleFromRunLoop", referenced from: - [LFSiteReachability stopChecking] libObjectiveFlickr.a (LFSiteReachability.o) "_SCNetworkReachabilitySetCallback" referenced from: - [LFSiteReachability startChecking] libObjectiveFlickr.a (LFSiteReachability.o) " _SCNetworkReachabilityCreateWithAddress ", referenced from: - [LFSiteReachability NetworkCan [LFSiteReachability.o] in libObjectiveFlickr.a - [LFSiteReachability initial probe] libObjectiveFlickr.a (LFSiteReachability.o) "_SCNetworkReachabilityScheduleWithRunLoop", referenced from: - [LFSiteReachability startChecking] libObjectiveFlickr.a (LFSiteReachability.o) "_SCNetworkReachabilityGetFlags" , refer to: - [LFSiteReachability network connectivity Axis] libObjectiveFlic in kr.a (LFSiteReachability.o) - [LFSiteReachability startChecking] in libObjectiveFlickr.a (LFSiteReachability.o) ld: symbol (s) found for architecture ARMv7 Clank: error : Exit the linker order with code 1 (use -v fail) Invocation to Kne)    

You'll need to link your goal against the SystemConfiguration.framework . You can do this by the way you CFNetwork.framework .

No comments:

Post a Comment