I have been developing and downloading applications for several months. Whenever they needed to upload to the app store, I could do it without problems, but now I'm stuck with one that doesn't want to be checked / downloaded. Xcode says “request timeout” after MANY minutes using the spin wheel on the screen.
The differences between my old updates in the app store and what I'm trying to do now are:
-Xcode 4.X before, now Xcode 5.
- I had to recreate certificate profiles / application store profiles because they just expired.
-I inherited this project from another employee (not here anymore), and maybe my "developer profile" is somewhat contrary to some certificates, etc. (there are still many dark areas for me).
I tried everything. Erasing preparation / profiles, closing Xcode, resetting, cleaning my project. But no luck. My current Xcode 5 is able to fully compile my application, I can even choose a distribution package before downloading (the application is ready to download on itunes connect), I even log in with my credentials on itunes connect, I can even select the correct preparation profile (store profile applications, not one developer), but no luck:
If I want to download or check, Xcode just complains about some kind of "dumb" timeout error.
Any clues? Any way to debug what happens behind the curtains?
Greetings, I am at a loss.
EDIT: Apparently, during the validation process, an event with a wait error occurs. If I try to download, the message “Failed Validation” will appear in the status log. If I try to check, obviously there is also a “Failed validation” error. Where can I find some kind of log to find out which part of the verification process is not working?
iphone xcode app-store ios-provisioning provisioning-profile
Isaac Oct 22 '13 at 8:34 2013-10-22 08:34
source share