fastlane-old / deliver

Upload screenshots, metadata and your app to the App Store using a single command
https://fastlane.tools
2.24k stars 162 forks source link

ERROR ITMS-90023: "Missing required icon file. The bundle does not contain an app icon for iPad of exactly '167x167' pixels, in .png format ." #579

Closed cnordvik closed 8 years ago

cnordvik commented 8 years ago

Today I started getting this from our build server when uploading the IPA. I guess this is the iPad pro so I added the icon to the AppIcons.appiconset/Contents.json.

{ "filename": "167.png", "size": "83.5x83.5", "scale": "2x", "idiom": "ipad" },

But still it complains. Any idea what may be missing here? Is it me, Apple, Xamarin Studio or Deliver? :-)

Cyclic commented 8 years ago

@cnordvik hey, I'm running into this issue as well. What did you end up doing to resolve?

cnordvik commented 8 years ago

@Cyclic For the first time ever I had to go into TeamCity and delete the Work folder to force it to do a clean checkout. No idea why. Since it worked from my local machine I started suspecting the build server...

fastlanebot commented 8 years ago

This issue was migrated to https://github.com/fastlane/fastlane/issues/2112. Please post all further comments there.

fastlane is now a mono repo, you can read more about the change in our blog post. All tools are now available in the fastlane main repo :rocket: