-
-
Notifications
You must be signed in to change notification settings - Fork 194
Closed
Description
Environment
Provide version numbers for the following components (information can be retrieved by running tns info
in your project folder or by inspecting the package.json
of the project):
- CLI: 7.0.10
- @nativescript/core: 7.0.9
- iOS Runtime: 7.0.1
Describe the bug
ns resources generate icons
works perfectly for all of the icons except for the 1024x1024 one. This results in a weird 'garbled' image, which is then used on the app store.
To Reproduce
- Create new project from sample (in my case Angular + Hello World)
- Use
ns resources generate icons
on an icon of your choosing.
Expected behavior
The CLI should generate (scale) the icon properly.
Additional context
I've attached the icon.png
which I use while running the command as well as the resulting image.