ionic-team / ionic-app-lib

The library used for using ionic apps - consumed by the CLI and the GUI
44 stars 79 forks source link

Ipad Pro scaling size not supported by transform API #98

Open atorger opened 8 years ago

atorger commented 8 years ago

Running ionic resources with updated resources.js to get the ipad pro sizes, the following happens:

generating splash ios Default-Portrait@~ipadpro.png (2048x2732)... generating splash ios Default-Landscape@~ipadpro.png (2732x2048)... ✗ Invalid transformation: invalid width: 2732

kamilbrk commented 8 years ago

This is still an issue. Removing the two iPad Pro specific lines in resources.js fixes the problem whereby uploading splash.ai/icon.ai files fails silently.

LufoX11 commented 8 years ago

Adding --noresources will let you build and upload to App Store. I've run ionic resources prior to build, but I'm not sure what's the cost of this "noresources" param yet...