doublesymmetry / cocoapods-patch

Patch CocoaPod dependencies without forking ✨
MIT License
69 stars 13 forks source link

[!] Your Podfile requires that the plugin `cocoapods-patch` be installed. Please install it and try installation again. #21

Open RamProg opened 2 years ago

RamProg commented 2 years ago

After updating to XCode 13 I keep getting this message

[!] Your Podfile requires that the plugincocoapods-patchbe installed. Please install it and try installation again.

Can't find a way around it.

williamliangwl commented 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

RamProg commented 2 years ago

This is what worked for me:

https://stackoverflow.com/questions/73234546/your-podfile-requires-that-the-plugin-cocoapods-patch-be-installed-after-xco

sudo gem uninstall cocoapods cocoapods-patch

sudo brew uninstall cocoapods cocoapods-patch

sudo brew install cocoapods cocoapods-patch