please help my solve this error i get when i try to archive my app.
This bundle is invalid. Apple is not currently accepting applications built with this version of the SDK, Xcode



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.
You are using iOS 4.1 as the Base SDK for your Distribution configuration. Select Latest (iOS 5.0) instead.
Apple does currently only accept 5.0 and also 4.3 for current submissions. This could change any day to 5.0 only.
Also your Distribution configuration seems to be a little messed up as it accepts i386 (32 and 64 bit) architectures. I would strongly suggest you to remove it entirely and replace it with a fresh copy of your Release configuration.
As a last step, make sure the Archiving scheme actually uses your distribution configuration. (edit scheme, select archiving, select Distribution configuration)