1

This is my first time publishing an iOS app. I did everything correctly as far as the app id, provision certificates and iTunes connect setup. Upon publishing using Application Loader, I keep facing these errors even though i've added the correct images.

ERROR ITMS-90000: "This bundle is invalid. The PNG file is too small to be a valid image: icon.png."

enter image description here

enter image description here

pkamb
  • 33,281
  • 23
  • 160
  • 191
Janine Alexander
  • 151
  • 4
  • 22

1 Answers1

0

The session's status is FAILED and the error description is 'failed to open ssh session.(16)'

  1. Launch the Application Loader from Xcode: Choose Xcode > Open Developer Tool > Application Loader from the menu bar. The last version of Application Loader is 3.7.

  2. Change a network to have a try. If your network use a proxy, it may generate this issue too. Here's a list of Apple servers, make sure you can access to them.

ERROR ITME-90000:"This bundle is invalid. The PNG file is too small to be a valid image: ...

I realized the images they've mentioned are the default ones. Is it fine to delete them ?

  • If you already have the AppIcon image set in the Assets.xcassets folder, you can remove them. Make sure you have imported the required size icon image in the AppIcon image set. And you have to set the AppIcon image set as the Source of App Icons at info.plist->App Icons.

WARNING ITMS-90717:" Invalid App Store Icon. The app store icon in the asset catalog in can't be transparent nor contain an alpha channel."

  • If there's no alpha and transparency with your icons, it may be a bug from Apple, see the case. Changing the "Deployment Target" to 8.0 or higher may solve that according to that case.

References:

Community
  • 1
  • 1
Kevin Li
  • 2,258
  • 1
  • 9
  • 18