Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
RamProg opened this issue Aug 4, 2022 · 2 comments

Comments

@RamProg
Copy link

RamProg commented Aug 4, 2022

After updating to XCode 13 I keep getting this message

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

Can't find a way around it.

@williamliangwl
Copy link

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
Copy link
Author

RamProg commented Aug 16, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants