13

When I'm trying to upload my new app, I get the error

Unable to process app at this time due to a general error

What is the problem? Hope someone can help me.

shim
  • 9,289
  • 12
  • 69
  • 108
Riving Amin
  • 153
  • 1
  • 1
  • 7

2 Answers2

22

This is probably an Apple server issue, not an Xcode/iOS/OSX issue. Just wait patiently and Apple's servers will catch up to the traffic, or solve whatever issues they're having at their end.

If you're anxious, feel free to just sit there and restart Xcode until it works - but it's not restarting Xcode, only the time you waste that's solving the issue.

Piotr Tomasik
  • 9,074
  • 4
  • 44
  • 57
  • 1
    it may have been an apple issue (and time solved this), but uploading app worked for me after following Dee's answer (http://stackoverflow.com/questions/14986099/error-while-trying-to-validate-an-ios-application-before-uploading-it-to-the-app): restart xcode, archive app, submit. – tmr Jul 01 '15 at 06:27
5

I had the same problem and waited for hours.

I figured out that my provisioning profile was not configured correctly.

My approach:

  1. Delete distribution provisioning profile in dev center.
  2. Create a new one (I used the wildcard app ID)
  3. Update your profiles in Xcode settings
  4. Choose the new profile when submitting the app
shim
  • 9,289
  • 12
  • 69
  • 108
arnoapp
  • 2,416
  • 4
  • 38
  • 70