/tmp/gimlet/2186476/project/CNHS/Images.xcassets:./AppIcon.appiconset/[ipad][83.5x83.5][][][2x][2d][icon-83.5@2x.png]: warning: The app icon set "AppIcon" has an unassigned child.
当我尝试使用Phonegap Build上传iOS图标的png时,我收到此错误/警告。
这是在我的config.xml中:
<icon src="res/icon/ios/Icon-Small-50.png" platform="ios" width="57" height="57" />
<icon src="res/icon/ios/Icon-72.png" platform="ios" width="72" height="72" />
<icon src="res/icon/ios/Icon-Small-50@2x.png" platform="ios" width="114" height="114" />
<icon src="res/icon/ios/Icon-72@2x.png" platform="ios" width="144" height="144" />
<icon src="res/icon/ios/Icon-60@2x.png" platform="ios" width="120" height="120" />
<icon src="res/icon/ios/Icon-76@2x.png" platform="ios" width="152" height="152" />
<icon src="res/icon/ios/Icon-76.png" platform="ios" width="76" height="76" />
<icon src="res/icon/ios/Icon-60@3x.png" platform="ios" width="180" height="180" />
<icon src="res/icon/ios/Icon-App-83.5x83.5@2x.png" platform="ios" width="167" height="167" />
这些文件位于/ www / res / icon / ios文件夹中,并且看不到编译器识别&#34; Icon-App-83.5x83.5@2x.png"文件。
因此,iOS应用程序没有自定义图标,并且具有默认的cordova徽标。
有人有什么建议吗?
谢谢!