OGeek|极客世界-中国程序员成长平台

标题: ios - 将应用程序提交到应用程序商店时,iTunes 测试飞行问题 [打印本页]

作者: 菜鸟教程小白    时间: 2022-12-13 11:19
标题: ios - 将应用程序提交到应用程序商店时,iTunes 测试飞行问题

在将我的应用程序上传到最近更新到 Xcode 7.0 的应用程序商店时,我收到了来自 Apple Developer 的以下问题。更新到 Xcode 7.0 后第一次上传。这是我从 iTunes 收到的邮件。

Dear developer, We have discovered one or more issues with your recent delivery for "*********". To process your delivery, the following issues must be corrected:

Invalid Bundle - A nested bundle doesn't have the right platforms listed in CFBundleSupportedPlatforms Info.plist key.

Once these issues have been corrected, you can then redeliver the corrected binary.

Regards,

The App Store team

试图删除 info.plist 中的 CFBundleSupportedPlatforms 键,但同样的问题再次出现。帮我解决这个问题。



Best Answer-推荐答案


我解决了这个问题,如果有人遇到同样的问题,请按照以下步骤操作,可能对任何人都有用,

  1. 从 info.plist 中删除 CFBundleSupportedPlatforms 和其他相关的 CFBundle 键(ITMS-90535 问题)。
  2. info.plist 中的可执行文件键不应为空,应为 $(EXECUTABLE_NAME)。

非常感谢。

关于ios - 将应用程序提交到应用程序商店时,iTunes 测试飞行问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33103069/






欢迎光临 OGeek|极客世界-中国程序员成长平台 (http://jike.in/) Powered by Discuz! X3.4