iOS 使用 PhoneGap Build 时出现 SDK 11 错误

iOS SDK 11 error when using PhoneGap Build

将应用程序提交到应用程序商店时,我从 Apple 收到以下错误消息:

The app previews and screenshots for the iPhone 5.8-Inch display won’t appear on the App Store because your binary wasn’t built with the iOS 11 SDK.

这是一个用PhoneGap Build编译的普通应用。有人知道为什么会这样吗?是不是因为PhoneGap Build没有使用iOS11?

PhoneGap Build 确实支持 iOS11(我一周前刚刚批准了一个应用程序)。我不确定究竟是什么导致了这种情况,但这里有一些我最近更新到的东西要检查:

  • 使用最新版本的 PG Build,它将支持 iOS11(我对问题原因的最佳猜测):

    <首选项名称="phonegap-version"值="cli-7.0.1"/>

  • 如果还不能解决问题,请切换到 CLI project structure 格式。