Last active
May 15, 2018 09:47
-
-
Save samueleastdev/d312188aae4199122e739f4ce2304b32 to your computer and use it in GitHub Desktop.
Fixing Appc [ERROR] : An error occurred during build after 21s 27ms [ERROR] : pod install returned a non-zero exit code
This file contains 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 gem uninstall cocoapods | |
sudo gem install cocoapods | |
sudo rm -fr ~/.cocoapods/repos/master | |
pod setup | |
pod install | |
pod update |
Thank you very very much, it solves my error with openALPR
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Really useful, thank you!