【问题标题】:Cordova App. Xcode: The launch image set named "LaunchImage" did not have any applicable content科尔多瓦应用程序。 Xcode:名为“LaunchImage”的启动图像集没有任何适用的内容
【发布时间】:2014-11-12 00:23:37
【问题描述】:

我正在开发适用于 iOS 的 Cordova 应用程序。

我将 repo 下载到另一台电脑(不能回到旧电脑)并尝试运行模拟器。直到现在它工作,但现在它给出了一些问题:

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

有什么想法吗??

【问题讨论】:

  • 在常规设置中,启动图像选项尝试选择“不使用资产目录”选项或“启动图像”。尝试更改它们一次。这是因为该应用程序中的启动图像图标与您正在使用的 xcode 不兼容。因此,如果没有得到,请从那里删除启动图标并清理并构建
  • 谢谢!!成功了!!
  • @Sascuash 你是怎么解决的?我做了 Avis 写的,但对我没有用。

标签: ios xcode cordova


【解决方案1】:

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

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

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

【讨论】:

  • 如何生成这些图片?
猜你喜欢
  • 2015-02-06
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 2018-08-21
  • 2017-06-08
相关资源
最近更新 更多