上传到 iTunes Store 时出错 [英] An error occurred uploading to the iTunes Store

查看:43
本文介绍了上传到 iTunes Store 时出错的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我们真的需要一些帮助:

过去两个月我们一直在与所有 Apple Mumbo-Jumbo 斗争,似乎无法在 APPStore 上获得我们的 APP...

现在我的问题是在验证 ARCHIVE 编译并共享它之后..在我得到的提交过程中 -

上传到 iTunes Store 时出错"

我真的不知道我做错了什么,似乎在互联网上找不到任何可以解决问题的东西...

我已经为此纠结了一个多星期……我试过了:

  • 为代码签名创建新的分发配置文件.

  • 一遍又一遍地检查所有目标设置.

  • 将 FTP 模式从被动更改为非被动

  • 从不同的网络连接

  • 重新安装 Xcode4

  • 其他一些解决方法,例如下载应用程序加载器(尚未安装,但我不知道是否应该安装)

请帮助我们,您认为可能是什么问题?

谢谢

赫尔南

解决方案

如果您无法将应用上传到 Apple 并安装了 JavaOSX 更新(2012 年 4 月 3 日),这可能会帮助您重新获得上传应用的能力:

您可以通过重新创建旧的 Java 1.5 符号链接来解决此问题:

cd/System/Library/Frameworks/JavaVM.framework/Versionssudo ln -s CurrentJDK/System/Library/Frameworks/JavaVM.framework/Versions/1.5sudo ln -s CurrentJDK/System/Library/Frameworks/JavaVM.framework/Versions/1.5.0

<小时>

编辑 2012 年 10 月 5 日 Oracle 的 Java 7

在下面详细说明 Hackmonford 的评论.

安装 Oracle 的 Java SE 7 1.7.0_10 软件包时也会出现此确切的错误消息.要解决此问题,请打开Java 首选项"并更改顺序以首先使用 Apple 的 Java SE 6,或者在提交到应用商店时取消选中 Oracle 的 Java 7.通过打开终端验证您的更改:

prince$ java -versionjava版本1.6.0_35"

We Really need some help on this one:

We've Struggled with all the Apple Mumbo-Jumbo for the Last two months and can't seem to get our APP on the APPStore...

Right now my problem is after Validating the ARCHIVE compilation and sharing it.. in the Submit Process I Get -

"An error occurred uploading to the iTunes Store"

I Really don't Know what I'm doing wrong and don't seem to find ANYTHING on the Internet that solves the problem...

I've been stugling with this for over a week now... I've tried:

  • Creating a new Distribution Profile for Code Signing.

  • Checking All the Target Settings over and over.

  • Changing the FTP mode from Passive to non-Passive

  • Connecting from different networks

  • Reinstalling Xcode4

  • some other Work Arounds like Downloading the application Loader (Haven't installed it yet, but I Don't Know if I Should)

Please help us, what do you think could be the problem?

Thanks

Hernan

解决方案

If you are unable to upload Apps to Apple and installed the JavaOSX update (April 3, 2012) this may help you regain your ability to upload Apps:

You can work around this issue by re-creating the old Java 1.5 symlinks:

cd /System/Library/Frameworks/JavaVM.framework/Versions
sudo ln -s CurrentJDK /System/Library/Frameworks/JavaVM.framework/Versions/1.5
sudo ln -s CurrentJDK /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0


Edit Oct 5, 2012 Oracle's Java 7

Elaborating on Hackmonford's comment below.

This exact error message also occurs with Oracle's Java SE 7 1.7.0_10 package installed. To resolve, open "Java Preferences" and either change the order to have Apple's Java SE 6 first, or untick Oracle's Java 7 while submitting to the app store. Verify your change by opening the Terminal:

prince$ java -version
java version "1.6.0_35"

这篇关于上传到 iTunes Store 时出错的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆