Xcode 6.3.2 提交APP(Upload Archive)时崩溃的解决办法

最近在上传为客户做的APP时,发现Xcode总会在进行到Upload Archive这一步时崩溃,导致APP上载不了。下面说说网上搜索到的几种解决办法。

方法一

  亲测有效,很简单:

  1. 重新打开Xcode,从菜单中选择Window -> Organizer,打开APP提交页面。
  2. 保留Organizer界面,关闭Xcode再上传即可。

方法二

  在Organizer中选择Export,导出ipa文件,再使用Application Loader上载。

  

方法三

  这个方法在我这里没有生效,但考虑到个例不具有代表性,还是提供给大家参考,引用原文:

Make sure you‘ve accepted all of the new agreements in the Member Center.

To check if you need to, you can go to the preferences -> accounts in XCode, and chose to view details of an account and attempt to refresh using the little button. Here, XCode will warn you that you need to accept new agreements in the Member Center before you can refresh.

On the other hand, the Organizer will just crash instead of warning you about un-signed agreements.

  大意是开发者的Member Center可能有未接受的新条款,在Xcode的Preferences -> Accounts中,点击开发者账号的view details,在弹出的点击刷新按钮,Xcode会提示你接下来需要的操作。

  

方法四

  这个方法准确地描述了Organizer崩溃的原因,应该是还原了事实真相。

I have used bagusflyer‘s workaround to submit app, but finally I found out how to solve it permanently.

Here is the solution:

  1. Accept new changed terms and condition from apple developer account. (Just like Sandeep said)
  2. Go to here to generate new provision profiles, for App Store & AdHoc (Tutorial)
  3. Double click new provision profiles you downloaded to install them, and then XCode will never crash.

The problem is caused by XCode 6.0 does not handle provision profile migration properly. Developers should regenerate provision profiles for XCode 6+, but Xcode 6.0 fails to display this error message properly and crashes. (If you use XCode 6.1 Beta, it will display error messages for you, no crash. Then you will know that the problem is caused by "invalid"=="legacy" provision profile.)

After that, you can submit app and export Ad Hoc distribution for Testflight.

时间: 2024-10-16 22:56:20

Xcode 6.3.2 提交APP(Upload Archive)时崩溃的解决办法的相关文章

springboot 数据库出现 Consider defining a bean of type 'com.jc.wechat.app.dao.ClientRepository' in your configuration. 解决办法

错误日志完整: Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.2020-01-02 12:50:10.767 ERROR 8624 --- [ main] o.s.b.d.LoggingFailureAnalysisReporter : ***************************APPLICATION FA

无法在提交表单前通过ajax验证解决办法

博主在一个小项目中,要实现注册表单无刷新验证用户名或密码,但是发现不管怎么样都无法在先通过ajax验证之前不提交表单. 例如:一个简单的验证函数 1 function check(){ 2 $.post("#name")("xxx.php",{user:user}function(msg){ 3 if(msg){return false;} 4 }) 5 } 1 <form class="form" method="post&qu

XCode 7上传遇到ERROR ITMS-90535 Unexpected CFBundleExecutable Key. 的解决办法

原文:http://blog.csdn.net/wxs0124/article/details/48706685 找到腾讯的info.plist 删除箭头指向的一行 重新打包,上传. (注明,不一定是腾讯的,也有可能是其它第三方的,找到info,删除对应的 Excutable file 这行.)

APP开发----启动闪屏的解决办法

闪屏的原因主要是我们启动Activity的时候,需要跑完onCreate和onResume才会显示界面.也就是说需要处理一些数据后,才会显示.按照这种思路,是不是我把初始化的工作尽量减少就可以避免黑屏?事实是,就算你onCreate啥都不做,仍然会闪一下黑屏,因为初始化解析界面时需要一定时间.下面是解决办法: 一.自定义Theme //1.设置背景图Theme---程序启动快,界面先显示背景图,然后再刷新其他界面控件.给人刷新不同步感觉 <style name="Theme.AppStar

Android 避免APP启动闪黑屏的解决办法(Theme和Style)

闪黑屏的原因主要是我们启动Activity的时候,需要跑完onCreate和onResume才会显示界面 闪黑屏的原因主要是我们启动Activity的时候,需要跑完onCreate和onResume才会显示界面.也就是说需要处理一些数据后,才会显示.按照这种思路,是不是我把初始化的工作尽量减少就可以避免黑屏?事实是,就算你onCreate啥都不做,仍然会闪一下黑屏,因为初始化解析界面时需要一定时间.下面是解决办法: 1.自定义Theme 复制代码代码如下: 设置背景图Theme<style na

Android studio的app上有红叉的解决办法

早晨在打开新的项目时不知道碰到了什么,结果突然使原来的项目无法运行并且提示module not specified(建议查一下module,相信会帮助你解决你所遇到的问题),经过半天的查询解决和尝试发现是每个项目都会有自己的sdk配置,而Android studio有自己的默认sdk配置,如果在打开时没有处理好就会出现各种问题. 解决办法: 很简单:File->Sync Project with Gradle Files即可. 由于出现红叉的原因有很多,本解决办法只是针对于sdk配置不与原来项目

2017最新xcode打包IPA上传App Store完整教程

2017年吐血整理最新xcode打包IPA上传App Store完整教程 分为8 步进行 1.申请iOS证书 2.导入证书到钥匙串 3.xcode配置iOS证书 4.配置xcode打包环境 5.打包并导出IPA包 6.在iTunes Connect创建App 7.上传IPA到iTunes Connect 8.上传IPA成功后到iTunes Connect提交审核 一.申请iOS发布证书和描述文件 1.首先申请一个App IDs(应用身份证).已申请略过. APP IDs在后面很多地方用到 首先打

Xcode 7提示App Transport Security has blocked a cleartext HTTP (http://) resource load的解决办法

Xcode 7提示App Transport Security has blocked a cleartext HTTP (http://) resource load的解决办法 今天使用Xcode 7打开用Xcode 6开发的网络请求项目,Xcode 7 控制台提示如下: App TransportSecurity has blocked a cleartext HTTP (http://) resource load since it isinsecure. Temporary except

苹果App Store提交app审核时EULA(终端用户软件使用条款)的注意事项等政策解读

写在前面,今天是2014年10月14日,以下内容可能会随着时间的推进而失效,请注意时效性 当在App Store提交app审核的时候,苹果通常会要求开发者提供一个EULA,苹果默认提供了一个,地址: http://www.apple.com/legal/internet-services/itunes/appstore/dev/stdeula/ 但是,当用户自己准备一个终端用户使用条款的时候,应该怎么写呢? 复制,黏贴?错了,不要随便复制黏贴别人的内容,第一,别人的内容不适用于你的场景业务,第二