[
https://issues.apache.org/jira/browse/CB-13584?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16260621#comment-16260621
]
Khalid Salman commented on CB-13584:
------------------------------------
Here is my Contents.json file:
{code:json}
{
"images" : [
{
"idiom" : "iphone",
"size" : "20x20",
"filename" : "[email protected]",
"scale" : "2x"
},
{
"idiom" : "iphone",
"size" : "20x20",
"filename" : "[email protected]",
"scale" : "3x"
},
{
"idiom" : "iphone",
"size" : "29x29",
"filename" : "icon-small.png",
"scale" : "1x"
},
{
"idiom" : "iphone",
"size" : "29x29",
"filename" : "[email protected]",
"scale" : "2x"
},
{
"idiom" : "iphone",
"size" : "29x29",
"filename" : "[email protected]",
"scale" : "3x"
},
{
"idiom" : "iphone",
"size" : "40x40",
"filename" : "[email protected]",
"scale" : "2x"
},
{
"idiom" : "iphone",
"size" : "40x40",
"filename" : "[email protected]",
"scale" : "3x"
},
{
"idiom" : "iphone",
"size" : "57x57",
"filename" : "icon.png",
"scale" : "1x"
},
{
"idiom" : "iphone",
"size" : "57x57",
"filename" : "[email protected]",
"scale" : "2x"
},
{
"idiom" : "iphone",
"size" : "60x60",
"filename" : "[email protected]",
"scale" : "2x"
},
{
"idiom" : "iphone",
"size" : "60x60",
"filename" : "[email protected]",
"scale" : "3x"
},
{
"idiom" : "ipad",
"size" : "20x20",
"filename" : "icon-20.png",
"scale" : "1x"
},
{
"idiom" : "ipad",
"size" : "20x20",
"filename" : "[email protected]",
"scale" : "2x"
},
{
"idiom" : "ipad",
"size" : "29x29",
"filename" : "icon-small.png",
"scale" : "1x"
},
{
"idiom" : "ipad",
"size" : "29x29",
"filename" : "[email protected]",
"scale" : "2x"
},
{
"idiom" : "ipad",
"size" : "40x40",
"filename" : "icon-40.png",
"scale" : "1x"
},
{
"idiom" : "ipad",
"size" : "40x40",
"filename" : "[email protected]",
"scale" : "2x"
},
{
"idiom" : "ipad",
"size" : "50x50",
"filename" : "icon-50.png",
"scale" : "1x"
},
{
"idiom" : "ipad",
"size" : "50x50",
"filename" : "[email protected]",
"scale" : "2x"
},
{
"idiom" : "ipad",
"size" : "72x72",
"filename" : "icon-72.png",
"scale" : "1x"
},
{
"idiom" : "ipad",
"size" : "72x72",
"filename" : "[email protected]",
"scale" : "2x"
},
{
"idiom" : "ipad",
"size" : "76x76",
"filename" : "icon-76.png",
"scale" : "1x"
},
{
"idiom" : "ipad",
"size" : "76x76",
"filename" : "[email protected]",
"scale" : "2x"
},
{
"idiom" : "ipad",
"size" : "83.5x83.5",
"filename" : "[email protected]",
"scale" : "2x"
},
{
"size" : "1024x1024",
"idiom" : "ios-marketing",
"filename" : "icon-1024.png",
"scale" : "1x"
},
{
"size" : "24x24",
"idiom" : "watch",
"filename" : "[email protected]",
"scale" : "2x",
"role" : "notificationCenter",
"subtype" : "38mm"
},
{
"size" : "27.5x27.5",
"idiom" : "watch",
"filename" : "[email protected]",
"scale" : "2x",
"role" : "notificationCenter",
"subtype" : "42mm"
},
{
"size" : "29x29",
"idiom" : "watch",
"filename" : "[email protected]",
"role" : "companionSettings",
"scale" : "2x"
},
{
"size" : "29x29",
"idiom" : "watch",
"filename" : "[email protected]",
"role" : "companionSettings",
"scale" : "3x"
},
{
"size" : "40x40",
"idiom" : "watch",
"filename" : "[email protected]",
"scale" : "2x",
"role" : "appLauncher",
"subtype" : "38mm"
},
{
"size" : "44x44",
"idiom" : "watch",
"filename" : "[email protected]",
"scale" : "2x",
"role" : "longLook",
"subtype" : "42mm"
},
{
"size" : "86x86",
"idiom" : "watch",
"filename" : "[email protected]",
"scale" : "2x",
"role" : "quickLook",
"subtype" : "38mm"
},
{
"size" : "98x98",
"idiom" : "watch",
"filename" : "[email protected]",
"scale" : "2x",
"role" : "quickLook",
"subtype" : "42mm"
},
{
"size" : "1024x1024",
"idiom" : "watch-marketing",
"filename" : "icon-1024.png",
"scale" : "1x"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
}
}
{code}
> app gets rejected with invalid image path for AppIcon83.5x83.5 error while
> uploading to appstore
> ------------------------------------------------------------------------------------------------
>
> Key: CB-13584
> URL: https://issues.apache.org/jira/browse/CB-13584
> Project: Apache Cordova
> Issue Type: Bug
> Components: cordova-ios
> Reporter: Khalid Salman
> Assignee: Suraj Pindoria
> Priority: Minor
>
> Hi there,
> I cannot get around an icon problem for a week now. Please help I cannot
> upload my app to app store.
> Everything is fine till I try to upload it. Means I can build it, run it in
> simulator, etc... but can't push to app store.
> It doesn't give up on this weird error message no matter what I do: _ERROR
> ITMS-90032: "Invalid Image Path - No image found at the path referenced under
> key 'CFBundleIcons': 'AppIcon83.5.x83.5'"_
> Here is my icon settings in config.xml file:
> {code:xml}
> <platform name="ios">
> <allow-intent href="itms:*" />
> <allow-intent href="itms-apps:*" />
> <icon height="180" src="res/icon/ios/[email protected]" width="180" />
> <icon height="60" src="res/icon/ios/icon-60.png" width="60" />
> <icon height="120" src="res/icon/ios/[email protected]" width="120" />
> <icon height="76" src="res/icon/ios/icon-76.png" width="76" />
> <icon height="152" src="res/icon/ios/[email protected]" width="152" />
> <icon height="40" src="res/icon/ios/icon-40.png" width="40" />
> <icon height="80" src="res/icon/ios/[email protected]" width="80" />
> <icon height="57" src="res/icon/ios/icon.png" width="57" />
> <icon height="114" src="res/icon/ios/[email protected]" width="114" />
> <icon height="72" src="res/icon/ios/icon-72.png" width="72" />
> <icon height="144" src="res/icon/ios/[email protected]" width="144" />
> <icon height="167" src="res/icon/ios/icon-167.png" width="167" />
> <icon height="29" src="res/icon/ios/icon-small.png" width="29" />
> <icon height="58" src="res/icon/ios/[email protected]" width="58" />
> <icon height="87" src="res/icon/ios/[email protected]" width="87" />
> <icon height="50" src="res/icon/ios/icon-50.png" width="50" />
> <icon height="100" src="res/icon/ios/[email protected]" width="100" />
> <icon height="167" src="res/icon/ios/[email protected]" width="167" />
> </platform>
> {code}
> Please let me know what am I missing about this AppIcon83.5x83.5 icon that
> nobody else is complaining about in any forms as far as I can see while it's
> killing me here...
> I'm using the current latest version of cordova cli (7.1.0) and cordova-ios
> (4.5.3) in the project.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]