You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
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.
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
The text was updated successfully, but these errors were encountered: