Skip to content

Instantly share code, notes, and snippets.

@samueleastdev
Last active May 15, 2018 09:47
Show Gist options
  • Save samueleastdev/d312188aae4199122e739f4ce2304b32 to your computer and use it in GitHub Desktop.
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
sudo gem uninstall cocoapods
sudo gem install cocoapods
sudo rm -fr ~/.cocoapods/repos/master
pod setup
pod install
pod update
@ricardoorellana
Copy link

Really useful, thank you!

@Max87ZA
Copy link

Max87ZA commented May 15, 2018

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