-
-
Notifications
You must be signed in to change notification settings - Fork 13
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
Unknown command: patch
#11
Comments
Hi @aprilmintacpineda do you also have cocoa pods installed? |
@dcvz I have cocoapods installed and I get the same error and message |
@dcvz i have cocoapods installed and i also get the same error message |
I get this same error when I removed it from my gemfile. Adding it to my gemfile with cocoapod gets it to work. |
"pod" does not find the location of cocoapods-patch. Check where it was installed then add the folder to the PATH environment variable so that when you type pod, your shell knows where to look for it. Here's how you can do that: Open up .bashrc or .zshrc file (depends on what shell you are using) in a text editor.
("2.x.0" => change to the version you have exactly) |
Hi there, I've been trying to use this for a workaround but cannot use it out of the box.
This is what I did, as per the readme
Is there anything else I need to do? I'm using this with React-Native by the way.
The text was updated successfully, but these errors were encountered: