xcode 在将 iOS 应用程序上传到 AppStore 之前尝试验证它时出错
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/14986099/
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
Error while trying to validate an iOS application before uploading it to the AppStore
提问by neutrino
When I try to validate an archive with an application using Organizer, before uploading it to the App Store, I get the following error: "Unable to process lookupPurpleSoftwareVersions request at this time due to a general error". Have anyone ever get this message? Is it due to an Apple developer portal problem?
当我尝试使用 Organizer 通过应用程序验证存档时,在将其上传到 App Store 之前,我收到以下错误:“由于一般错误,此时无法处理 lookupPurpleSoftwareVersions 请求”。有没有人收到过这个消息?是因为 Apple 开发者门户问题吗?
Thank you,
谢谢,
采纳答案by dtbarne
There's an issue with the Apple servers. If I keep submitting, I sometimes see this error:
苹果服务器有问题。如果我继续提交,我有时会看到这个错误:
"The server returned an invalid response. This may indicate that a network proxy is interfering with communication, or that Apple servers are having issues. Please try your request again later."
“服务器返回无效响应。这可能表明网络代理正在干扰通信,或者 Apple 服务器有问题。请稍后重试您的请求。”
回答by Dee
Quit and relaunch Xcode. Archive the application again, now try to validate the app, it may work. (This scenario worked in my case :))
退出并重新启动 Xcode。再次存档应用程序,现在尝试验证应用程序,它可能会工作。(这种情况在我的情况下有效:))