nativescript-cli: Missing App Icon

From @emiloberg on September 4, 2015 15:10

Hi,

When I’m trying to upload an app to iTunes Connect, it fails with the error message:

ERROR ITMS-90022: “Missing required icon file. The bundle does not contain an app icon for iPhone / iPod Touch of exactly ‘120x120’ pixels, in .png format for iOS versions >= 7.0”

skarmavbild 2015-09-04 kl 16 39 08

I’ve replaced all icons in App_Resources (gotten from the hello world project), and there’s a 120x120 icon (named icon-60@2x)

skarmavbild 2015-09-04 kl 17 00 24

And this is how it looks like in Xcode, all the icons under Resources

skarmavbild 2015-09-04 kl 16 59 04

That being said. Notice the blue {N} icon in the bottom of the Xcode window. How did that get there? All the blue default icons have been replaced. Could it be that {N} hasn’t updated the images as it should?

Copied from original issue: NativeScript/NativeScript#682

About this issue

  • Original URL
  • State: closed
  • Created 9 years ago
  • Comments: 24 (7 by maintainers)

Most upvoted comments

Ah, I figured out what I was doing wrong. I did: tns prepare ios but I should have done: tns build ios --release