-
Notifications
You must be signed in to change notification settings - Fork 917
Installing CocoaPods hangs for a very long time and then fails #1919
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
Comments
Ey, I have execute the command because I have the same issue and I don't know what to do, this is what returned: |
Then, when I run Error: EACCES: permission denied, mkdir '/Users/juangarcia/Paco4/node_modules/react-native/sdks/hermes' Node.js v18.16.1 [!] Invalid from /Users/juangarcia/Paco4/ios/Podfile:34-------------------------------------------
:path => config[:reactNativePath],-------------------------------------------` |
Hey @eerjuano, could you please provide demo, where we can reproduce your error? 🙏 And please make sure that you have correct |
Hey @szymonrybczak actualy I don't know how to reproduce a demo, but I think is there the problem, how can I create the correct Podfile and react-native.config.js, because reinstalling and updating it ins't enough . |
@eerjuano on your place I'll start with debugging what causes that error, I would debug step by step |
@szymonrybczak Sorry for the delay to respond, I had solve the problems that I had, the main problem was how I was managing the dependencies with npm. Because in some cases like watchman, have to be installed with brew. So, thanks for the help, I appreciated to much. |
Hello. I thought I'm having a similar issue to #573 or #487, but apparently not.
I get the following error message (thought, I have ruby & cocoapods):
I can't provide
react-native info
output, as I don't have this binary installed. If I'm reading docs right, I should not have this binary globally, only locally inside an already initialized project.Ruby was installed via RVM, cocoapods via
sudo gem install
of newly selected RVM ruby.Node is installed via NVM, npm & yarn are installed via
npm i -g
XCode -> preferences -> locations -> cli utils is selected and matches XCode version.
OS: macOS 13.3.1
CPU: (10) arm64 Apple M1 Pro
Any suggestions where should I look to fix the issue? Please, let me know I should provide any further information.
The text was updated successfully, but these errors were encountered: