Validation failed - IOS5 GM + Xcode GM IOS5

My new app version was rejected by Apple. (Build with Xcode for IOS 4.3)
The reason was that my app crash on iPhone 4 + iPad 2 on IOS5.
I rebuild my app with the GM from Xcode 4.2 for IOS5. My App works fine with my iPhone 4 + iPad 2 with the GM from IOS5.

Now I try to submit my App again. In Xcode I set everything up like last time. After Xcode created the Archiv I tried to Validate this one. Now I get following error and I have no clue whats the matter.

Below you can find the error message. Anyone can help me out? Thank you!

I found the reason for this error. I had to change in Xcode “Architectures” from armv7 (new default setting) to armv6
Now successfully uploaded my new version build.Keep Finger crossed Apple will aprove my update this time :slight_smile:

as far as i know, once you submit an app for an arm6 , you cant go arm7 only because you would leave existing user base of older gen devices which already bought your app without the posibility to update or redownload

i think the same goes if you choose arm7 only, i think you cant go arm6

the problem is that new projects by default in xcode 4.2 no longer offers the arm 6 option, you better keep that old generated project, otherwise you will find a lot of problems