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”
I’ve replaced all icons in App_Resources (gotten from the hello world project), and there’s a 120x120 icon (named icon-60@2x
)
And this is how it looks like in Xcode, all the icons under Resources
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)
Ah, I figured out what I was doing wrong. I did:
tns prepare ios
but I should have done:tns build ios --release