Having archive error when want to compile into .ipa

I am using:

Mac OS X Leopard 10.6.7

Xcode 4.3 stable.

Clean and Build in simulator no error.

But

Archive for Adhoc under Latest iOS SDK (iOS 4.3) fail.

Error is as below:

Apple Mach-O Linker Error

setenv IPHONEOS_DEPLOYMENT_TARGET 4.3 ..

ld: in /Users/bird/Desktop/IPHONE/test/Classes/Libraries/FlurryLib/libFlurry.a, file is universal but does not contain a(n) armv7 slice for architecture armv7

Command /Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/gcc-4.2 failed with exist code 1

Wondering way to solve it.

link|improve this question

54% accept rate
@i need help: what is libFlurry.a? are you trying to use a non compatible architecture for your target? iphone or ipad? There is no Errors in the simulator because libFlurry.a seems compiled well for i386 architecture. – AhmadTK Apr 19 '11 at 8:15
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.