Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 6 years ago.
Improve this question
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.
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.
I had the same problem and waited for hours.
I figured out that my provisioning profile was not configured correctly.
My approach:
- Delete distribution provisioning profile in dev center.
- Create a new one (i used the wildcard app id)
- Update your profiles in xcode settings
- Choose the new profile when submitting the app