Skip to content

Instantly share code, notes, and snippets.

@asvechkar
Created February 18, 2016 09:40
Show Gist options
  • Save asvechkar/020b0de12016cf526021 to your computer and use it in GitHub Desktop.
Save asvechkar/020b0de12016cf526021 to your computer and use it in GitHub Desktop.
Reload Ionic ios build
sudo npm update -g cordova
sudo npm update -g ionic
rm -rf plugins/
rm -rf platforms/
ionic platform add ios
ionic run ios
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment