Make sure everything is up to date.
2. (Optional) Install Xcode and its "Command Line Tools"
- Go to App Store and install Xcode.
- Open and accept the terms
Make sure everything is up to date.
// https://inteist.com/git-remove-pods-folder-from-pushed-repository-how-to/ | |
git filter-branch --index-filter 'git rm --cached --ignore-unmatch Pods/*' --tag-name-filter cat -- --all | |
git push --force |