Search code examples
iosxcodeprovisioning

Application validation was skipped - when archiving an app for submission


I am trying to archive my iPad app for submission (with a distribution provisioning profile) but I am getting this warning:

2012-01-17 15:48:12.739 Validation[576:f07] Could not find application with identifier “com.apple.itunes.connect.ApplicationLoader” (err = -10814) warning: Application validation was skipped.

Any ideas? I am going nuts and can't find any solution.


Solution

  • Try looking under the "Build Settings" tab for your project. Under "Build options" and "Code signing" make sure that all of the correct values are selected that is that you have "Yes" for validating release builds and also set the correct Code signing identities. I have never had this problem, but I hope this helps a little.