Open RamProg opened 2 years ago
I'm having the same issue with same configuration
I have tried to add gem "cocoapods-patch"
in the Gemfile, but it is still not working
This is what worked for me:
sudo gem uninstall cocoapods cocoapods-patch
sudo brew uninstall cocoapods cocoapods-patch
sudo brew install cocoapods cocoapods-patch
After updating to XCode 13 I keep getting this message
[!] Your Podfile requires that the plugin
cocoapods-patchbe installed. Please install it and try installation again.
Can't find a way around it.