I am downloading the IOS .ipa to a mac, then using ApplicationLoader to send to App store. I keep getting
Error ITMS - 90032 / the bundle does not contain an app icon
ERROR-ITMS 90022 Missing 57X57
and
Error ITMS 90023, Missing 72x72
. My config.xml, all referenced files are there and case correct.
Error ITMS - 90032 / the bundle does not contain an app icon
ERROR-ITMS 90022 Missing 57X57
and
Error ITMS 90023, Missing 72x72
. My config.xml, all referenced files are there and case correct.
<icon src="icon.png" />
<icon src="iconB.png" gap:platform="ios" />
<!-- iPhone 6 / 6+ -->
<icon src="icon-60@3x.png" gap:platform="ios" width="180" height="180" />
<!-- iPhone / iPod Touch -->
<icon src="icon-60.png" gap:platform="ios" width="60" height="60" />
<icon src="icon-60@2x.png" gap:platform="ios" width="120" height="120" />
<!-- iPad -->
<icon src="icon-76.png" gap:platform="ios" width="76" height="76" />
<icon src="icon-72.png" gap:platform="ios" width="76" height="76" />
<icon src="icon-76@2x.png" gap:platform="ios" width="152" height="152" />
<!-- Settings Icon -->
<icon src="icon-small.png" gap:platform="ios" width="29" height="29" />
<icon src="icon-small@2x.png" gap:platform="ios" width="58" height="58" />
<icon src="icon-57.png" gap:platform="ios" width="58" height="58" />
<!-- Spotlight Icon -->
<icon src="icon-40.png" gap:platform="ios" width="40" height="40" />
<icon src="icon-40@2x.png" gap:platform="ios" width="80" height="80" />
- 26 Posts
- 0 Reply Likes
Posted 5 years ago
- 1840 Posts
- 78 Reply Likes
Can you post the app ID here? We'll check the app compile logs and see if there's any issue that caused the icons to be incorrectly set.
-yiming
-yiming
Petra V., Champion
- 7794 Posts
- 1391 Reply Likes
Your icon-72 has 76x76 specified in config.
Your icon-57 is declared as 58x58
Your icon-57 is declared as 58x58
- 30 Posts
- 0 Reply Likes
- 30 Posts
- 0 Reply Likes
I tried moving all the icons to the root as someone else suggested, but that produced the same errors.
- 30 Posts
- 0 Reply Likes
Petra V., Champion
- 7794 Posts
- 1391 Reply Likes
If you're using PGB, you shouldn't have PLATFORM elements around the icon and splash elements.
Also, if the default icon and splash are in the zip's root, along with config and index, you should remove the forward slash from the file's src attribute value.
Also, if the default icon and splash are in the zip's root, along with config and index, you should remove the forward slash from the file's src attribute value.
- 30 Posts
- 0 Reply Likes
OK, now I'm really confused. Per the documentation, I used the CLI to create the folder structure, which places config.xml in the root, but index.html inside a "www" folder. I later added splash.png and icon.png to the root upon someone's recommendation on this forum. And I used the PLATFORM elements per the docs as well.
I'm not sure what you mean by ZIP... you referring to my parent folder, because there's no ZIP archive at all?
I am simply pushing changes to my GIT repo and pulling them down on PGB website for each of my platforms.
Perhaps I was in the wrong documentation the whole time? Where should i have been looking?
I'm not sure what you mean by ZIP... you referring to my parent folder, because there's no ZIP archive at all?
I am simply pushing changes to my GIT repo and pulling them down on PGB website for each of my platforms.
Perhaps I was in the wrong documentation the whole time? Where should i have been looking?
Petra V., Champion
- 7794 Posts
- 1391 Reply Likes
In the top bar of this forum you find a link to the PGB docs. You were probably looking in the Phonegap/Cordova docs.
- 30 Posts
- 0 Reply Likes
OK, thanks. FWIW, I simply removed the PLATFORM elements and the "/" from my default icon and splash references, and it resolved all my errors/warnings from Apple Application Loader.
- 16 Posts
- 0 Reply Likes
Petra V., Champion
- 7794 Posts
- 1391 Reply Likes
Do you have your index.html and your config.xml in the same directory in your zip file (or whatever you are sending to PGB)? Does your config.xml validate as well-formed xml?
- 16 Posts
- 0 Reply Likes
hi petra,
yes index.html and config.xml are in the same directory.
i used configap to create my XML, so i assume its proper.
i have the app on andriod store already and running well. this error while uploading to apple store.
yes index.html and config.xml are in the same directory.
i used configap to create my XML, so i assume its proper.
i have the app on andriod store already and running well. this error while uploading to apple store.
Petra V., Champion
- 7794 Posts
- 1391 Reply Likes
OK.
Are the iOS app Identifyer as registered with Apple (for which you created a .mobileprovision file) and the widget id in your config.xml identical?
Are the iOS app Identifyer as registered with Apple (for which you created a .mobileprovision file) and the widget id in your config.xml identical?
- 16 Posts
- 0 Reply Likes
yes everything to do with apple has been done.
the only place it gets stuck is while uploading using Application Loader.
yes the widget id is also same
the only place it gets stuck is while uploading using Application Loader.
yes the widget id is also same
- 1840 Posts
- 78 Reply Likes
Hi Vasudev,
It appears you have a lot of icons missing from your app upload, as per your config.xml screenshot. Kindly confirm you have iOS icons of all the sizes specified in here:Â http://docs.build.phonegap.com/en_US/configuring_icons_and_splash.md.html
If you need any further help, you can post the PhoneGap Build app ID here, and we can check for any icons not mapped according to your config.xml specifications.
-yiming
It appears you have a lot of icons missing from your app upload, as per your config.xml screenshot. Kindly confirm you have iOS icons of all the sizes specified in here:Â http://docs.build.phonegap.com/en_US/configuring_icons_and_splash.md.html
If you need any further help, you can post the PhoneGap Build app ID here, and we can check for any icons not mapped according to your config.xml specifications.
-yiming
- 16 Posts
- 0 Reply Likes
Hi Yi,
App ID : 1441235
thanks
Vasu
App ID : 1441235
thanks
Vasu
- 1840 Posts
- 78 Reply Likes
Hi Vasu,
Your zip upload has icons in "res/icons" but your config.xml specifies them in "res/icon".
Also, you did not specify icons for iOS 7+ devices, and also for Android xxhdpi and xxxhdpi screen densities.
-yiming
Your zip upload has icons in "res/icons" but your config.xml specifies them in "res/icon".
Also, you did not specify icons for iOS 7+ devices, and also for Android xxhdpi and xxxhdpi screen densities.
-yiming
- 16 Posts
- 0 Reply Likes
- 16 Posts
- 0 Reply Likes
hi,
i got the other issues solved. now when i try again i get
ERROR ITMS-90085:"No architectures in the binary. Lipo failed to detect any architectures in the bundle executables"
i got the other issues solved. now when i try again i get
ERROR ITMS-90085:"No architectures in the binary. Lipo failed to detect any architectures in the bundle executables"
- 16 Posts
- 0 Reply Likes
- 2 Posts
- 0 Reply Likes
can you please help me out? same issue with icon.png and icon-57.png
App ID :1522695
App ID :1522695
- 39 Posts
- 0 Reply Likes
- 2 Posts
- 0 Reply Likes
- 2 Posts
- 0 Reply Likes
We fixed it by moving config.xml to www (same path as index.html)
- 39 Posts
- 0 Reply Likes
Since I started this... the config.xml is in the same path than de index.html ...
Petra V., Champion
- 7794 Posts
- 1391 Reply Likes
...which should be the root ("/") of the zip file, not some directory called /www (or otherwise).
Did you perhaps upload a full Cordova project instead of just the assets?
Did you perhaps upload a full Cordova project instead of just the assets?
- 2 Posts
- 0 Reply Likes
yes, I did the same and it worked for me... I of course had to remove the www/ from the front of all of the image paths in the xml file as well.
Related Categories
-
PhoneGap Build
- 15111 Conversations
- 275 Followers










