Created
February 18, 2016 09:40
-
-
Save asvechkar/020b0de12016cf526021 to your computer and use it in GitHub Desktop.
Reload Ionic ios build
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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