objectiveflickr
objectiveflickr copied to clipboard
Error after updating to Xcode 3.2.6 and iOS SDK 4.3
So, I'm getting linker errors after I upgraded...
ld: warning: ignoring file /Users/randytarampi/Projects/cmpt275-group9/trunk/objectiveflickr/build/Debug-iphoneos/libObjectiveFlickr.a, file was built for archive which is not the architecture being linked (armv7) Undefined symbols for architecture armv7: "_OFFlickrWritePermission", referenced from: -[SFUFlickrPhotoViewController authorizeFlickr] in SFUFlickrPhotoViewController.o "OBJC_CLASS$_OFFlickrAPIRequest", referenced from: objc-class-ref in SFUBusinessMobileAppDelegate.o "OBJC_CLASS$_OFFlickrAPIContext", referenced from: objc-class-ref in SFUBusinessMobileAppDelegate.o ld: symbol(s) not found for architecture armv7 collect2: ld returned 1 exit status
I have the same issue. How to solve it?
I had to play around with my project build setting quite a bit.
If I recall correctly, I noticed that my release settings built just fine so I fixed if for debug mode by checking off "Build Active Architecture only" in the debug settings.
Oh yeah, just fixed it adding iOS architecture at ObjectiveFlickr's target.
Did you find a solution for this kind of problem ? cause I have the same kind of error but in Xcode 4 .... I have opened an issue if you want to have more information.