Currently I am doing dev builds in ionic cloud with:
ionic package build ios --profile proj
only for IOS platform. I also have done
ionic resources --splash
But it seems to be adding resources for all platforms and taking a long time with it.
Preparing your resources... splash wp8 SplashScreenImage.png (768x1280) skipped, source image splash.png (720x1280) too small splash ios Default-Portrait~ipad.png (768x1024) skipped, source image splash.png (720x1280) too small splash ios Default-Portrait@~ipadpro.png (2048x2732) skipped, source image splash.png (720x1280) too small splash ios Default-Portrait@2x~ipad.png (1536x2048) skipped, source image splash.png (720x1280) too small splash ios Default-Landscape~ipad.png (1024x768) skipped, source image splash.png (720x1280) too small splash ios Default-Landscape@~ipadpro.png (2732x2048) skipped, source image splash.png (720x1280) too small splash ios Default-Landscape@2x~ipad.png (2048x1536) skipped, source image splash.png (720x1280) too small splash ios Default-Landscape-736h.png (2208x1242) skipped, source image splash.png (720x1280) too small splash ios Default-736h.png (1242x2208) skipped, source image splash.png (720x1280) too small splash ios Default-667h.png (750x1334) skipped, source image splash.png (720x1280) too small splash android drawable-port-xxxhdpi-screen.png (1280x1920) skipped, source image splash.png (720x1280) too small splash android drawable-port-xxhdpi-screen.png (960x1600) skipped, source image splash.png (720x1280) too small
Also it gets stuck without giving any response.
Is there any way to add resources only for IOS? Or did I miss something?
My ionic info:
Your system information:
Cordova CLI: 6.4.0
Ionic CLI Version: 2.1.17
Ionic App Lib Version: 2.1.7
ios-deploy version: Not installed
ios-sim version: Not installed
OS: Windows 7
Node Version: v6.8.1
Xcode version: Not installed