Ionic build command was working fine until I decided to add some custom splash screen and run the following command,
ionic resources
Had the same issue. Fixed by removing the whitespaces at my project's name folder.
Before:
/ionic project/myApp
After:
/ionicproject/myApp