We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
cocoapods-patch
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.
[!] Your Podfile requires that the plugin
be installed. Please install it and try installation again.
Can't find a way around it.
The text was updated successfully, but these errors were encountered:
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
gem "cocoapods-patch"
Sorry, something went wrong.
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
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: