Skip to content

Instantly share code, notes, and snippets.

@miromasat
Created October 31, 2014 15:34
Show Gist options
  • Save miromasat/993b754bdeb6fd6d67cd to your computer and use it in GitHub Desktop.
Save miromasat/993b754bdeb6fd6d67cd to your computer and use it in GitHub Desktop.
This was an only solution for debugging Ionic apps for me.
#!/bin/bash
# Manually emulate ionic/cordova application
# Miroslav Masat 2014
echo "Emulating..."
cd ./platforms/ios/build/emulator
var=$(pwd)
ios-sim launch "$var"/*.app
@dfang
Copy link

dfang commented Mar 17, 2015

ionic/cordova emulate ios gets nothing on the simulator, but this tips works !

thank you ......

@marcfalk
Copy link

Thanks, this worked like a charm :)

@yakupme
Copy link

yakupme commented Mar 22, 2015

Thank you very much indeed .! That works for me as well.

@omidahourai
Copy link

Worked, Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment