I'm preparing my ionic app for an update in the iOS app store but I'm really stuck at the moment because generating resources using ionic resources
doesn't work anymore.
After running the command in the terminal it starts uploading the resources I put into the folder, then tells me uploading was sucessfully completed and then freezes completely. Android and iOS folders get created, also the icon and splash folder, but then nothing more happens.
What I tried so far:
- replacing the icon.psd and splash.psd within the resources folder
- resetting the ionic state using ionic state reset
(which completely removes the platforms and adds them again) + adding the official icon and splash templates from the ionic website
Versions used:
- Cordova CLI: 5.1.1
- Ionic Version: 1.1.0
- Ionic CLI Version: 1.6.5
- ios-deploy: 5.0.1
- ios-sim: 5.0.1
- Mac OS X Yosemite
- node: 0.12.7
Everything works quite fine on windows for generating android resources.
Can anybody help?