objectiveflickr icon indicating copy to clipboard operation
objectiveflickr copied to clipboard

Error after updating to Xcode 3.2.6 and iOS SDK 4.3

Open randytarampi opened this issue 14 years ago • 4 comments

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

randytarampi avatar Mar 12 '11 00:03 randytarampi

I have the same issue. How to solve it?

olutsenko avatar Mar 18 '11 22:03 olutsenko

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.

randytarampi avatar Mar 18 '11 22:03 randytarampi

Oh yeah, just fixed it adding iOS architecture at ObjectiveFlickr's target.

olutsenko avatar Mar 18 '11 22:03 olutsenko

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.

rogmabi avatar May 13 '11 02:05 rogmabi