ios - 将应用程序提交到应用程序商店时的 iTunes 测试飞行问题

标签 ios objective-c iphone xcode cfbundleidentifier

我在将我的应用程序上传到应用程序商店时收到了来自 Apple Developer 的以下问题,最近已更新到 Xcode 7.0。更新到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 键,但同样的问题再次出现。帮我解决这个问题。

最佳答案

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

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

非常感谢。

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

相关文章:

ios - 防止滚动到 pageviewcontroller 中的一页

ios - 重新限制 UIButton 的宽度

ios - swift SWRevealViewController 不工作

ios - 在 View 接收到手势时做某事

ios - 停止特定的 UIView 动画 block - iOS

iphone - UIView animateWithDuration 立即返回

iphone - 检测来电

iphone - 奇怪的核心数据错误

iOS 国际化 Storyboard未显示

ios - 如何修复 “swift package generate-xcodeproj” 导致 list 解析错误?