xcode 由于一般错误,目前无法查找提交申请的设置

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/41508990/
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

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-15 09:42:52  来源:igfitidea点击:

Unable to lookup the settings for submission for the application at this time due to a general error

xcodexcode8

提问by rpayanm

When I try upload my app to app store I get the following error: "Unable to lookup the settings for submission for the application at this time due to a general error". Have anyone ever get this message? Is it due to an Apple developer portal problem?

当我尝试将我的应用程序上传到应用程序商店时,出现以下错误:“由于一般错误,目前无法查找应用程序提交的设置”。有没有人收到过这个消息?是因为 Apple 开发者门户问题吗?

enter image description here

在此处输入图片说明

IDEDistribution.critical.log:

IDEDistribution.critical.log:

2017-01-06 15:32:14 +0000  The store submission configuration response failed with errors: (
    "Error Domain=ITunesConnectionOperationErrorDomain Code=1614 \"Unable to lookup the settings for submission for the application at this time due to a general error\" UserInfo={NSLocalizedRecoverySuggestion=Unable to lookup the settings for submission for the application at this time due to a general error, NSLocalizedDescription=Unable to lookup the settings for submission for the application at this time due to a general error, NSLocalizedFailureReason=iTunes Store operation failed.}"
), warnings: (
), info messages: (
).
2017-01-06 15:32:16 +0000 [MT] Presenting: Error Domain=ITunesConnectionOperationErrorDomain Code=1614 "Unable to lookup the settings for submission for the application at this time due to a general error" UserInfo={NSLocalizedRecoverySuggestion=Unable to lookup the settings for submission for the application at this time due to a general error, NSLocalizedDescription=Unable to lookup the settings for submission for the application at this time due to a general error, NSLocalizedFailureReason=iTunes Store operation failed.}

采纳答案by rpayanm

I have found the solution, before uploading the app by xcode, you should create the app at http://itunesconnect.apple.com/

我找到了解决方案,在通过 xcode 上传应用程序之前,您应该在http://itunesconnect.apple.com/创建应用程序

enter image description here

在此处输入图片说明

回答by EliTheDude

I had the same issue, and after playing around I realized that when updating a new version of an app, the "Bundle ID" must match the original version "Bundle ID".

我遇到了同样的问题,在玩弄之后我意识到在更新应用程序的新版本时,“Bundle ID”必须与原始版本“Bundle ID”匹配。

Matching the Bundle ID to my version 1.0 upload solved the problem.

将 Bundle ID 与我的 1.0 版上传匹配解决了这个问题。

回答by chloe

I got the same problem, and I realized I made spelling mistake of bundle Id...

我遇到了同样的问题,我意识到我在 bundle Id 的拼写错误......

回答by Nick Carter-Bond

I'm getting the same for the last couple of hours. From the verbose.log:

在过去的几个小时里,我得到了同样的结果。从verbose.log:

Bundle ID based store submission configuration response received = (null)

收到基于捆绑 ID 的商店提交配置响应 = (null)

Looks like a problem at their end.

看起来像他们最后的问题。

回答by Andrea Gherardi

In my case the problem was that I had specified the wrong bundle ID in my app settings in xCode. It didn't match the bundle ID I had specified in iTunes connect.

就我而言,问题是我在 xCode 的应用程序设置中指定了错误的包 ID。它与我在 iTunes 连接中指定的捆绑 ID 不匹配。

Basically this setting in xCode:

基本上 xCode 中的这个设置:

enter image description here

在此处输入图片说明

Needs to match this setting in iTunes Connect:

需要在 iTunes Connect 中匹配此设置:

enter image description here

在此处输入图片说明

回答by Blue.Yang

In Itune connect,App info: group ID + suffix ID must be as same as your Bundle ID in Xcode Info.plist

在 Itune connect 中,App info: group ID + suffix ID 必须与你在 Xcode Info.plist 中的 Bundle ID 相同

回答by Henrique Mota

I had this same problem and I went to analyze my account on Itunes, I realized that I was as a Developer. To create apps and send versions to iTunes you must also have access to the Application Manager function

我遇到了同样的问题,我去分析我在 iTunes 上的帐户,我意识到我是一名开发人员。要创建应用程序并将版本发送到 iTunes,您还必须有权访问应用程序管理器功能