问题描述
在 Xcode 中,我创建了应用程序的存档.验证没问题.然后当我单击分发时,我会得到您的应用程序正在上传"并显示进度条.酒吧永远不动,几分钟后我的互联网中断了.我需要重新启动路由器才能恢复互联网.
In Xcode i have have created an archive of the app. Verified it no problem. then when i click Distribute i get as far as "Your application is being uploaded" and shows the progress bar.The bar never moves and after a few minutes my internet breaks. i need to restart my router to get the internet back.
有一次我收到此错误发生 SSL 错误,无法与服务器建立安全连接"
one of the times i received this error "SSL error occured and a secure connection to the server cannot be made"
有没有人经历过或者知道发生了什么?
Anyone ever experienced this or have an idea of whats happening?
谢谢
推荐答案
我也遇到过这个问题:你的应用上传卡住了"
我的答案是:
要么从管理器中删除派生数据,要么不通过 Xcode 上传,而是使用 Application Loader 尝试通过它.
我通过 Appplication Loader 选择的步骤是:
I choosed via Appplication Loader and Steps to do that are:
第 1 步: 点击分发按钮,通过 Ad-Hoc Deployment 制作 .ipa 文件.
Step1: Make .ipa file via Ad-Hoc Deployment by click Distribution button.
第二步:从Xcode的菜单栏找到->打开开发者工具->应用程序加载器.
Step2: Find from menu bar of Xcode -> Open Developer Tool -> Application Loader.
第 3 步: 然后在 Application Loader 中上传该 .ipa 文件.
Step3: Then upload it that .ipa file in Application Loader.
**
**
通过 XCode 上传:
第一步:首先通过点击Organizer的验证按钮来验证你的存档文件.
Step1: Firstly Validate your archive file by clicking on validation button of Organiser.
第二步:然后通过 Oraganiser 上传到 App Store.这样你也可以解决这个问题
Step2: Then Upload it to App Store via Oraganiser.This way you can also solve this problem as well
这是我的答案.很高兴帮助:):)
这篇关于将IOS应用上传到应用商店.似乎冻结和互联网停止工作的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!