-
Notifications
You must be signed in to change notification settings - Fork 24.4k
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
Creating a new project is stuck at Installing cocoapods dependencies #35819
Comments
What do you mean stuck? This step could take a very long time! |
I am waiting for more than an hour. If it takes this long for a bare bones project then something might be wrong |
I got an error instead: so your After I run the
...so this is the hermes-engine podspec using deprecated ruby function. Check your pod environment
solution: a. downgrade your ruby (use rvm or see comment in #35818) or b. patch the podspec in |
@vincicat How long did you wait to get this error? I waited an hour and ran out of patience and gave up on it |
I tried it again and it is resolved |
This issue has been closed, but hopefully it might help someone experiencing this problem. You can download tar.gz from Chrome and then let the command know the location first with installation command. Anyhow this step took a lot of time. In my case, more than a half hour. |
@insanebear i understand that you have to download the tarball first. however, the link you provided didn't mention the source he got it from. i can't find any idea? |
@hpelitebook745G2 Yeah, I forgot to mention it. I was also struggling to find the file. Since the time passed by, it is little vague for me to reccall now, but I tried a url link that was printed in the console with verbose mode on a browser and it asked me where to download. Trying installing CocoaPods with |
This is not the solution, it's just a workaround.
We moved Hermes artifacts to Maven Central so you won't find them in the Hermes repo itself. |
@cortinico You have a point. My bad. It should be mentioned as a workaround. English is not my primary language and I missed it. Thanks. |
Description
I have all the necessary dependencies like Xcode, home-brew, cocoapods etc installed on my device. I am able to work with previous of react native as well. For react native 0.71 when I try to create a new project it is stuck on Installing cocoapods dependencies
Version
0.71
Output of
npx react-native info
error Unrecognized command "info".
info Run "react-native --help" to see a list of all available commands.
Steps to reproduce
Create a new project using
npx react-native init MyApp
Snack, code example, screenshot, or link to a repository
The text was updated successfully, but these errors were encountered: