【发布时间】:2016-01-21 12:58:31
【问题描述】:
我一直在尝试为我的 ios 应用上传新版本,但我总是收到此错误 “无法验证您的申请, “您选择的应用程序不存在”
来自 Xcode 归档器。 我在这里关注了这个问题 Xcode 6.4 The Application You Have Selected Does Not Exist
建议使用Application Loader, 这样做之后,我最终遇到了诸如此类的一堆错误
ERROR ITMS-90049: "This bundle is invalid. The bundle identifier contains disallowed characters. [See the section of the Application Programming Guide entitled The Application Bundle.]"
ERROR ITMS-90057: "Missing plist key. The Info.plist file is missing the required key: CFBundleShortVersionString."
ERROR ITMS-90056: "This bundle is invalid. The Info.plist file is missing the required key: CFBundleVersion."
The resulting API analysis file is too large. We were unable to validate your API usage prior to delivery. This is just an informational message.
这个错误没有任何意义,因为我的应用程序中已经存在所有丢失的密钥,以及我的应用程序的适当捆绑 ID,该应用程序已经在 Appstore 中存在一年了。
谁能帮我解决这个问题,
我似乎已经尝试了所有我能找到的解决方案,但无济于事,还有其他人面临这个问题吗? 这是苹果服务器或维护方面的另一个问题,我只需要等待几个小时才能在他们的最后修复它?
【问题讨论】:
-
你在使用任何框架吗?所有框架都应与您的应用具有相同的版本。
-
我正在使用一堆框架,但昨天我上传到 testflight 时它们都在工作。
-
是的,今天 Apple 发布了 iOS 9.1 并更新了那里的系统。去看看苹果开发者论坛有更多的问题。
-
@Geet 你能在哪里解决这个问题?我也遇到了..
-
我也有同样的问题!昨天也为我工作!
标签: ios xcode application-loader