我正在为iOS开发Cordova应用程序。
我将repo下载到另一台电脑(不能回到原来的电脑),并尝试运行模拟器。到现在为止它已经奏效,但现在它提出了一些问题:
The launch image set named "LaunchImage" did not have any applicable content.
任何想法?
答案 0 :(得分:3)
针对这类问题使用精确的图片尺寸。
Default: 320 × 480
Default@2x: 640 × 960
Default-568h@2x: 640 × 1136
Default-667h@2x: 750 × 1334
Default-736h@3x: 1080 × 1920
使用这些尺寸来解决此问题