I\'m having problems submitting my iphone application. I saw some similar questions, but I didn\'t find an answer.
When I archive the project and click validate, I get t
You need not only a valid Distribution certificate, but a distribution provision file that matches that certificate and is appropriate for your app's Bundle ID.
Check that the TARGET (and not only the Project) is setup with the correct Code Signing Identity for Release
I spent 9 hours solving this problem... turned out that Xcode also gives the "Application failed codesign verification" error if your project is located on another server.
In spite of what you say, there does not appear to be an appropriate distribution certificate downloaded. In the Provisioning portal click on the "Distribution" tab and find your certificate. Click the download button on the right next to the appropriate certificate.
To solve this type of problems, Go through following steps: