ios - Cordova 应用程序。代码 : The launch image set named "LaunchImage" did not have any applicable content

标签 ios xcode cordova

我正在为 iOS 开发 Cordova 应用。

我将 repo 下载到另一台电脑(无法返回到旧电脑)并尝试运行模拟器。到目前为止它一直有效,但现在它给出了一些问题:

The launch image set named "LaunchImage" did not have any applicable content.

有什么想法吗? enter image description here

最佳答案

针对此类问题使用精确的图像尺寸。

Default: 320 × 480
Default@2x: 640 × 960
Default-568h@2x: 640 × 1136
Default-667h@2x: 750 × 1334
Default-736h@3x: 1080 × 1920

使用这些尺寸来解决这个问题

关于ios - Cordova 应用程序。代码 : The launch image set named "LaunchImage" did not have any applicable content,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/25899492/

相关文章:

ios - GM发布Xcode 6编译

ios - 在 UIBarButtonItem 中设置自定义 View 的框架

ios - 如何在 Xcode 6 中获得代码覆盖率?

ios - Swift - 集成 GameCenter 以使用排行榜

iOS:无法在AppBrowser中启动cordova -> "Warning: Attempt to present <inAppBrowser> on <MainViewController> while a presentation is in progress"

javascript - Phonegap watchPosition测量距离并触发事件

html - 输入类型 =“file” 不适用于 phonegap

ios - 使用 Firebase 每天执行一次 Swift 函数

ios - 如何在 iOS 中使用 google maps sdk 显示 "national parks"等地点?

swift - 我如何解决 Xcode 中 MKMapView 的问题