Possible Duplicate:
Xcode 4 Final - “armv6 armv7” issue while linking with armv6 libs
I have a problem since upgrading to Xcode 3.2.6 (why is it never simple -.- )
I had working project that failed to link after I updated Xcode.
ld: warning: ignoring file /Users/bd/Documents/IR/liblibmms.a, file was built for archive which is not the architecture being linked (armv7)
I gather this means that Xcode is not happy because the library was built for armv6 but my target is an armv7 based phone so it will no longer accept it.
Can I force the compiler to accept it like it used to before i updated? Anybody able to advise me how to make the compiler stop ignoring the file?
Many Thanks, Code