xcode 6上传app错误:iTunes Store操作失败错误描述无法使用。

时间:2021-06-20 09:26:30

When I try to upload my app to iTC, after validate my app, I begin to submit it .
But there is an Error that said "iTunes Store operation failed Error Description not available"
When I upload with Application Loader 3.0, same error happened.
xcode 6上传app错误:iTunes Store操作失败错误描述无法使用。xcode 6上传app错误:iTunes Store操作失败错误描述无法使用。

当我尝试把我的应用上传到iTC,在验证了我的应用后,我开始提交它。但是有一个错误,当我上传应用程序加载器3.0时,出现了“iTunes Store操作失败的错误描述”,同样的错误发生了。

16 个解决方案

#1


29  

I had this error once, too. Then I realized the provisioning profile (Project Targets -> Code Signing) was set to 'Ad-Hoc' profile instead of 'Production' profile. Setting it back to 'Production' did the trick for me.

我也曾犯过这个错误。然后我意识到配置文件(项目目标->代码签名)被设置为“临时”配置文件,而不是“生产”配置文件。把它重新设置为“生产”对我来说是一个诀窍。

#2


22  

I've got the Answer,
just upload the ipa with Application Loader 2.9.1, even thought the apple tell you that you should upload the ipa with xcode 5.1.1 or Application Load 3.0.0, but , my solution works well
download Application Loader 2.9.1 or here

我已经得到了答案,只需上传ipa和Application Loader 2.9.1,甚至认为苹果告诉你应该上传ipa, xcode 5.1.1或应用程序负载3.0.0,但是,我的解决方案可以很好地下载应用程序加载程序2.9.1或这里。

#3


14  

The "Error description not available" sub-error message recently became "You are not authorized to use this service".

“错误描述不可用”的子错误消息最近变成了“您无权使用此服务”。

Removing the Apple ID from XCode preferences and re-adding it fixed the problem.

从XCode首选项中删除Apple ID并重新添加它解决了问题。

#4


6  

I'm a Chinese user and meet the same issue, I tried all these and fail:

我是一个中国用户,遇到同样的问题,我尝试了所有这些,但失败了:

  1. Regenerate provisioning profile manually or via Xcode.
  2. 手动或通过Xcode重新生成配置文件。
  3. Use Application Loader (I didn't use 2.9.1 because I think it's a workaround).
  4. 使用应用程序加载程序(我没有使用2.9.1,因为我认为这是一种变通方法)。
  5. Make sure your developer account are the same as iTunes Connect account.
  6. 确保你的开发者帐户与iTunes Connect帐户相同。
  7. Make sure bundle ID, version and build string in iTunes Connect and Xcode and the same.
  8. 在iTunes Connect和Xcode中确保bundle ID、版本和构建字符串。

Finally I googled and someone said it depends on network, so I opened VPN, and it success! I guess China's special firewall block something?

最后我搜索了一下,有人说这取决于网络,所以我打开了VPN,它成功了!我想中国的防火墙阻止了什么?

If you're in China and you've tried all the steps above, you can try to connect a VPN and upload your app. Wish it helps.

如果你在中国,你已经尝试了以上所有步骤,你可以尝试连接VPN和上传你的应用程序。

#5


3  

As the error says, There is problem in uploading to iTunes Store and not in code signing. Code signing step is prior to uploading to iTunes Store. Once the ipa is created successfully it should be uploaded to iTunes Store.

正如错误所说,上传至iTunes商店是有问题的,而不是在代码签名中。代码签名步骤是在上传到iTunes商店之前。一旦ipa成功创建,它应该被上传到iTunes商店。

I faced the problem and without changing anything It successfully uploaded after some time. I guess if we are doing some operation on iTunes Connect, in my case I was removing the build which was set for TestFlight beta testing. After I perform some changes there the issue occurred.

我遇到了这个问题,并且在一段时间后没有改变它成功上传的任何东西。我想如果我们在iTunes Connect上做一些操作,在我的例子中,我正在移除为TestFlight beta测试设置的构建。在我执行一些更改之后,问题就出现了。

Not the definite solution.

没有明确的解决方案。

#6


1  

I had this error, and I found that it was because of the version number in my app. It had too many revision levels. You're allowed a maximum of 2. For example, 1.2.3 will pass validation, but 1.2.3.4 will generate the above error in Xcode 6.

我有这个错误,我发现这是因为我的应用程序的版本号,它有太多的修改级别。最大值是2。例如,1.2.3将通过验证,但1.2.3.4将在Xcode 6中生成上述错误。

#7


1  

I was getting the same error and I tried for like 15-20 times but was out of luck. Then suddenly it stuck with me what if the network is causing this. Since I was on WiFi, I sat next to the router and it worked in the first go itself. Since there is no proper message by the Apple I tried even this and it worked.

我也犯了同样的错误,我试了15-20次,但运气不好。然后突然间,如果网络造成了这种情况,它就会一直纠缠着我。因为我是在WiFi,所以我坐在路由器旁边,它在第一个自动运行。由于苹果公司没有适当的信息,我甚至尝试了这个方法。

Note: If the size of the binary is quiet large then probably good internet connection is required too.

注意:如果二进制文件的大小比较安静,那么很可能也需要良好的网络连接。

#8


1  

If you are in china use vpn. I fixed by use a vpn! The gfw block the upload api. you can check this.

如果你在中国使用vpn。我用了vpn!gfw阻止上传api。你可以检查这个。

#9


0  

This is also workaround but you could upload app with Xcode 5.1.1, if you still have one. Generated with Xcode 6.1 *.xcarchive files are available from older Xcode so there is no need to generate *.ipa file.

这也是一种变通方法,但是如果您仍然有Xcode 5.1.1,您可以上传应用程序。用Xcode 6.1 *生成。xcarchive文件可以从较老的Xcode中获得,因此不需要生成*。这个文件。

#10


0  

Just a tip: Before you start to change and installing things, try to:

只是一个提示:在你开始改变和安装东西之前,试着:

  • set the Provision profile to another one
  • 将提供配置文件设置为另一个。
  • update your Provision profiles in your account
  • 在你的账户中更新你的条款。
  • close Xcode
  • 关闭Xcode
  • open Xcode
  • 打开Xcode
  • set the Provision profile to the right one
  • 将提供配置文件设置为正确的。
  • Archive again
  • 再存档

it worked for me!

它为我工作!

#11


0  

In my case i user a wrong account with wrong password !
when i relogin, i fixed the problem, holp it will help you!

在我的情况下,我的用户错误的帐户错误的密码!当我重新登录时,我解决了问题,holp它会帮助你!

#12


0  

I have got this error when I tried to validate a build. It seems just a few minutes ago I could at least validate and got a different error (with version number, I must increase it to 3.4.1 since 3.4.0 is already approved).

当我试图验证一个构建时,我得到了这个错误。似乎在几分钟前,我至少可以验证并得到一个不同的错误(版本号,我必须将其增加到3.4.1,因为3.4.0已经被批准)。

But it may be because I had a Pending Developer Release (v 3.4.0) . May be I have to release that version or cancel the binary. Otherwise I cannot validate the current archive.

但这可能是因为我有一个即将发布的开发人员版本(v3.4.0)。可能我必须释放那个版本或者取消二进制。否则,我无法验证当前存档。

I shall come back if that is the reason.

如果这是原因的话,我会回来的。

#13


0  

In my case what helped was... to wait. I had just deleted a version of the app and while itunes-connect appeared as I could upload another versione it takes some times to the servers to actually acknolegde this. Waited until I got an email saying "App changed status to Ready for upload"

在我的案例中,帮助的是……等。我刚刚删除了这个应用程序的一个版本,而itunes connect出现的时候,我可以上传另一个版本的版本,这需要一些时间才能让服务器真正做到这一点。等到我收到一封邮件说“App改变状态,准备上传”

#14


0  

This always works for me:

这对我来说总是有效的:

  • Download the correct profile and certificate from member center;
  • 从会员中心下载正确的资料和证书;
  • Quit XCode (Not just close the project);
  • 退出XCode(不只是关闭项目);
  • Try archive and validate again.
  • 尝试归档并再次验证。

#15


0  

I usually get over this with a simple workaround.I get this error when I try to upload archive from Xcode 7.So I archive my project with Xcode 7 but I handle upload process from Organizer of Xcode 6.3.Xcode keep organizer content same across different versions of Xcode.

我通常用简单的方法解决这个问题。当我试图从Xcode 7上传归档文件时,我得到了这个错误。所以我用Xcode 7来归档我的项目,但我处理的是Xcode 6.3的组织者上传过程。Xcode在不同版本的Xcode中保持组织内容相同。

#16


0  

In some cases it might be a notwork/firewall issue. Make sure your the needed ports are open.

在某些情况下,它可能是一个notwork/防火墙问题。确保您所需要的端口是打开的。

Also iTunes Connect must be working. Currently it is showing "iTunes Connect is unavailable until December 29"....

同时iTunes Connect也必须工作。目前它正显示出“iTunes连接不可用,直到12月29日“....

Here is a blog post about it. On week were no one will be able to update apps. Greate...

这是一个关于它的博客帖子。本周没有人能够更新应用程序。高雅…

#1


29  

I had this error once, too. Then I realized the provisioning profile (Project Targets -> Code Signing) was set to 'Ad-Hoc' profile instead of 'Production' profile. Setting it back to 'Production' did the trick for me.

我也曾犯过这个错误。然后我意识到配置文件(项目目标->代码签名)被设置为“临时”配置文件,而不是“生产”配置文件。把它重新设置为“生产”对我来说是一个诀窍。

#2


22  

I've got the Answer,
just upload the ipa with Application Loader 2.9.1, even thought the apple tell you that you should upload the ipa with xcode 5.1.1 or Application Load 3.0.0, but , my solution works well
download Application Loader 2.9.1 or here

我已经得到了答案,只需上传ipa和Application Loader 2.9.1,甚至认为苹果告诉你应该上传ipa, xcode 5.1.1或应用程序负载3.0.0,但是,我的解决方案可以很好地下载应用程序加载程序2.9.1或这里。

#3


14  

The "Error description not available" sub-error message recently became "You are not authorized to use this service".

“错误描述不可用”的子错误消息最近变成了“您无权使用此服务”。

Removing the Apple ID from XCode preferences and re-adding it fixed the problem.

从XCode首选项中删除Apple ID并重新添加它解决了问题。

#4


6  

I'm a Chinese user and meet the same issue, I tried all these and fail:

我是一个中国用户,遇到同样的问题,我尝试了所有这些,但失败了:

  1. Regenerate provisioning profile manually or via Xcode.
  2. 手动或通过Xcode重新生成配置文件。
  3. Use Application Loader (I didn't use 2.9.1 because I think it's a workaround).
  4. 使用应用程序加载程序(我没有使用2.9.1,因为我认为这是一种变通方法)。
  5. Make sure your developer account are the same as iTunes Connect account.
  6. 确保你的开发者帐户与iTunes Connect帐户相同。
  7. Make sure bundle ID, version and build string in iTunes Connect and Xcode and the same.
  8. 在iTunes Connect和Xcode中确保bundle ID、版本和构建字符串。

Finally I googled and someone said it depends on network, so I opened VPN, and it success! I guess China's special firewall block something?

最后我搜索了一下,有人说这取决于网络,所以我打开了VPN,它成功了!我想中国的防火墙阻止了什么?

If you're in China and you've tried all the steps above, you can try to connect a VPN and upload your app. Wish it helps.

如果你在中国,你已经尝试了以上所有步骤,你可以尝试连接VPN和上传你的应用程序。

#5


3  

As the error says, There is problem in uploading to iTunes Store and not in code signing. Code signing step is prior to uploading to iTunes Store. Once the ipa is created successfully it should be uploaded to iTunes Store.

正如错误所说,上传至iTunes商店是有问题的,而不是在代码签名中。代码签名步骤是在上传到iTunes商店之前。一旦ipa成功创建,它应该被上传到iTunes商店。

I faced the problem and without changing anything It successfully uploaded after some time. I guess if we are doing some operation on iTunes Connect, in my case I was removing the build which was set for TestFlight beta testing. After I perform some changes there the issue occurred.

我遇到了这个问题,并且在一段时间后没有改变它成功上传的任何东西。我想如果我们在iTunes Connect上做一些操作,在我的例子中,我正在移除为TestFlight beta测试设置的构建。在我执行一些更改之后,问题就出现了。

Not the definite solution.

没有明确的解决方案。

#6


1  

I had this error, and I found that it was because of the version number in my app. It had too many revision levels. You're allowed a maximum of 2. For example, 1.2.3 will pass validation, but 1.2.3.4 will generate the above error in Xcode 6.

我有这个错误,我发现这是因为我的应用程序的版本号,它有太多的修改级别。最大值是2。例如,1.2.3将通过验证,但1.2.3.4将在Xcode 6中生成上述错误。

#7


1  

I was getting the same error and I tried for like 15-20 times but was out of luck. Then suddenly it stuck with me what if the network is causing this. Since I was on WiFi, I sat next to the router and it worked in the first go itself. Since there is no proper message by the Apple I tried even this and it worked.

我也犯了同样的错误,我试了15-20次,但运气不好。然后突然间,如果网络造成了这种情况,它就会一直纠缠着我。因为我是在WiFi,所以我坐在路由器旁边,它在第一个自动运行。由于苹果公司没有适当的信息,我甚至尝试了这个方法。

Note: If the size of the binary is quiet large then probably good internet connection is required too.

注意:如果二进制文件的大小比较安静,那么很可能也需要良好的网络连接。

#8


1  

If you are in china use vpn. I fixed by use a vpn! The gfw block the upload api. you can check this.

如果你在中国使用vpn。我用了vpn!gfw阻止上传api。你可以检查这个。

#9


0  

This is also workaround but you could upload app with Xcode 5.1.1, if you still have one. Generated with Xcode 6.1 *.xcarchive files are available from older Xcode so there is no need to generate *.ipa file.

这也是一种变通方法,但是如果您仍然有Xcode 5.1.1,您可以上传应用程序。用Xcode 6.1 *生成。xcarchive文件可以从较老的Xcode中获得,因此不需要生成*。这个文件。

#10


0  

Just a tip: Before you start to change and installing things, try to:

只是一个提示:在你开始改变和安装东西之前,试着:

  • set the Provision profile to another one
  • 将提供配置文件设置为另一个。
  • update your Provision profiles in your account
  • 在你的账户中更新你的条款。
  • close Xcode
  • 关闭Xcode
  • open Xcode
  • 打开Xcode
  • set the Provision profile to the right one
  • 将提供配置文件设置为正确的。
  • Archive again
  • 再存档

it worked for me!

它为我工作!

#11


0  

In my case i user a wrong account with wrong password !
when i relogin, i fixed the problem, holp it will help you!

在我的情况下,我的用户错误的帐户错误的密码!当我重新登录时,我解决了问题,holp它会帮助你!

#12


0  

I have got this error when I tried to validate a build. It seems just a few minutes ago I could at least validate and got a different error (with version number, I must increase it to 3.4.1 since 3.4.0 is already approved).

当我试图验证一个构建时,我得到了这个错误。似乎在几分钟前,我至少可以验证并得到一个不同的错误(版本号,我必须将其增加到3.4.1,因为3.4.0已经被批准)。

But it may be because I had a Pending Developer Release (v 3.4.0) . May be I have to release that version or cancel the binary. Otherwise I cannot validate the current archive.

但这可能是因为我有一个即将发布的开发人员版本(v3.4.0)。可能我必须释放那个版本或者取消二进制。否则,我无法验证当前存档。

I shall come back if that is the reason.

如果这是原因的话,我会回来的。

#13


0  

In my case what helped was... to wait. I had just deleted a version of the app and while itunes-connect appeared as I could upload another versione it takes some times to the servers to actually acknolegde this. Waited until I got an email saying "App changed status to Ready for upload"

在我的案例中,帮助的是……等。我刚刚删除了这个应用程序的一个版本,而itunes connect出现的时候,我可以上传另一个版本的版本,这需要一些时间才能让服务器真正做到这一点。等到我收到一封邮件说“App改变状态,准备上传”

#14


0  

This always works for me:

这对我来说总是有效的:

  • Download the correct profile and certificate from member center;
  • 从会员中心下载正确的资料和证书;
  • Quit XCode (Not just close the project);
  • 退出XCode(不只是关闭项目);
  • Try archive and validate again.
  • 尝试归档并再次验证。

#15


0  

I usually get over this with a simple workaround.I get this error when I try to upload archive from Xcode 7.So I archive my project with Xcode 7 but I handle upload process from Organizer of Xcode 6.3.Xcode keep organizer content same across different versions of Xcode.

我通常用简单的方法解决这个问题。当我试图从Xcode 7上传归档文件时,我得到了这个错误。所以我用Xcode 7来归档我的项目,但我处理的是Xcode 6.3的组织者上传过程。Xcode在不同版本的Xcode中保持组织内容相同。

#16


0  

In some cases it might be a notwork/firewall issue. Make sure your the needed ports are open.

在某些情况下,它可能是一个notwork/防火墙问题。确保您所需要的端口是打开的。

Also iTunes Connect must be working. Currently it is showing "iTunes Connect is unavailable until December 29"....

同时iTunes Connect也必须工作。目前它正显示出“iTunes连接不可用,直到12月29日“....

Here is a blog post about it. On week were no one will be able to update apps. Greate...

这是一个关于它的博客帖子。本周没有人能够更新应用程序。高雅…