Created
March 12, 2020 03:28
-
-
Save yimity/b24f415447bdf85327ff938b473b8c7f to your computer and use it in GitHub Desktop.
pod clean and install
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
cd ios | |
rm -rf ./Pods ./Podfile.lokck | |
pod cache clean —all | |
pod install |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment