I’m trying to validate my app for upload but getting the following error:

I have armv6 and armv7 under valid architectures.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Seems like you have added some new features in you application which won’t work on some iOS devices, However you can still upload this app but you have to specify this in your plist that some of the feature will not run on lets say iPod so don’t let user to install this application on iPod.
have a look at this description by apple, you may be able to debug this issue 🙂
http://developer.apple.com/library/ios/#qa/qa1397/_index.html
Cheers