xcode 由于一般错误,此时无法处理应用程序
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/24324037/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Unable to process app at this time due to a general error
提问by Riving Amin
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.
问题是什么?希望可以有人帮帮我。
回答by Piotr Tomasik
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.
这可能是 Apple 服务器问题,而不是 Xcode/iOS/OSX 问题。只要耐心等待,Apple 的服务器就会赶上流量,或者解决他们最终遇到的任何问题。
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.
如果您感到焦虑,请随意坐在那里重新启动 Xcode,直到它工作为止 - 但它不会重新启动 Xcode,只是您浪费的时间解决了问题。
回答by arnoapp
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
- 在开发中心删除分发配置文件。
- 创建一个新的(我使用通配符应用程序 ID)
- 在 xcode 设置中更新您的配置文件
- 提交应用程序时选择新的配置文件