我的图标无法在iPhone 6+ iOS模拟器上显示。
我为xml和res文件夹中的图标做了所有3x版本:
<!-- iPhone 6 Plus -->
<icon src="res/icon/ios/icon-60@3x.png" width="180" height="180" />
<icon src="res/icon/ios/icon-40@3x.png" width="120" height="120" />
<icon src="res/icon/ios/icon-small@3x.png" width="87" height="87" />
<icon src="res/icon/ios/icon@3x.png" width="171" height="171" />
但是我看到了PhoneGap。
如何在iPhone 6 +上显示正确的?