Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Unable to process app at this time due to a general error [closed]

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.

like image 554
Riving Amin Avatar asked Jun 20 '14 09:06

Riving Amin


2 Answers

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.

like image 95
Piotr Tomasik Avatar answered Sep 29 '22 09:09

Piotr Tomasik


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
like image 41
arnoapp Avatar answered Sep 29 '22 09:09

arnoapp