科尔多瓦应用程序。Xcode:名为“LaunchImage”的启动图像集没有任何适用的内容
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/25899492/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Cordova App. Xcode: The launch image set named "LaunchImage" did not have any applicable content
提问by Sascuash
I'm developing a Cordova app for iOS.
我正在为 iOS 开发 Cordova 应用程序。
I downloaded the repo into another pc (can't go back to old one) and tried to run simulator. Until now it worked, but now It's giving some issue:
我将 repo 下载到另一台电脑(不能回到旧电脑)并尝试运行模拟器。直到现在它都有效,但现在它出现了一些问题:
The launch image set named "LaunchImage" did not have any applicable content.
Any ideas??
有任何想法吗??
回答by Akash B
Use exact image sizes for these kind of issues.
对此类问题使用精确的图像大小。
Default: 320?×?480
Default@2x: 640?×?960
Default-568h@2x: 640?×?1136
Default-667h@2x: 750?×?1334
Default-736h@3x: 1080?×?1920
Use these sizes to solve this problem
使用这些尺寸来解决这个问题