你能帮助应用程序提交状态 "Invalid Binary" 错误 "Invalid Swift Support" 和 "Missing required icon file" 吗?

Can you help in App submission status "Invalid Binary" with error "Invalid Swift Support" and "Missing required icon file"?

当我使用 Application loaderXCode[=45= 在 iTunes 应用商店中提交二进制文件时,我在电子邮件中收到以下错误]

Dear developer,

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

Invalid Swift Support - The SwiftSupport folder is missing. Rebuild your app using the current public (GM) version of Xcode and resubmit it.

Missing required icon file - The bundle does not contain an app icon for iPad of exactly '167x167' pixels, in .png format .

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

Regards,

The App Store team


为了解决无效Swift支持我做了EMBEDDED_CONTENT_CONTAINS_SWIFT标志NO 一一。
我尝试了这两种方法并将应用程序提交到应用程序商店,但无法解决问题。



为了解决缺少必需的图标文件,我将应用程序图标文件添加到项目包中。
请参考下面的屏幕截图,了解通用应用程序 (iPhone / iPad) 中所有必需的图标。



根据上图中的苹果文档,所选图像 (Icon-83.5@2x.png) 大小为 167 X 167。
虽然 iTunes 团队无法获取此图像并向我发送电子邮件 缺少所需的图标文件。
我正在使用 XCode 版本 7.3 (7D175) 和 Swift 2.2

你能帮我解决以上两个错误吗?

对于“缺少所需的图标文件”,您只需添加该图标,我希望您已经完成了!

对于“无效 Swift 支持”,自 Xcode 6.4 以来,我遇到了应用程序加载器的问题。因此,我开始从“Organizer”(Xcode > Window > Organizer > 上传到 App Store).

这解决了问题。

关注这个

  1. 打开此网站 MakeAppIcon 并添加您的 1024 大小图标以根据苹果要求调整所有大小。
  2. 然后在输入您的邮件 ID 后,您会在邮件中看到带有 ASSET FOLDER 的所有大小的图标。下载邮件。
  3. 将此文件夹替换为您当前的文件夹。

花费数小时/数天后,我自己得到了答案。

在项目 Info.plist 文件中,我必须添加特定文件 Icon-83.5@2x.png 大小是 167 X 167
而已。
仅此而已。

请参阅随附的屏幕截图以了解更多信息。