-
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
Failed to install CocoaPods dependencies when creating a new project #35852
Comments
Hi @mrsants. The We need more information to help you out, but it looks like a problem in your local setup.
This will output a more informative error and we can continue from there. Thank you so much for your patience. |
@mrsants what version of ruby are you on? |
i tested only with npx react-native init AwesomeProject and have the same error Details, I can install the pods with pod install and I am using rbenv to manage ruby versions: ruby 2.7.6p219 (2022-04-12 revision c9c2245c0a) [x86_64-darwin22] ➜ xxxxxxxx git:(main) ✗ rbenv versions |
The image posted in the last message does not present any error. It looks it is taking more time to install them. You can confirm that you can successfully run
And these commands does not output any error? Another test you can do is to run
This basically create the app without installing the dependencies, so you have to install them yourself, but at least we can try to understand what's going wrong. Thank you for your patience! |
using skip install and installing the pods manually works fine, I don't know if there's a need to keep the issue open, but it would be interesting to investigate the other possibility |
it's weird that the automatic process fails and if we run the same exact steps manually, it works. 😕 |
Same issue 😕 |
@betomoedano can you try to manually install the dependencies by:
If it fails, can you report the error? |
Installing manually works fine. Thanks for your reply. 👋🏼 |
manual works for version 0.71.0 and 0.73.0 |
@cipolleschi I tried you suggest command but I got the following error. [!] Error installing boost % Total % Received % Xferd Average Speed Time Time Time Current |
The error says: |
We tried many time but we got the same error. |
we tried ping https://boostorg.jfrog.io but we unable to reach the data. |
Stop unsubscribe
William Pope Jr
…On Sat, Sep 16, 2023, 3:30 AM Sathiyaraj45 ***@***.***> wrote:
we tried ping https://boostorg.jfrog.io but we unable to reach the data.
—
Reply to this email directly, view it on GitHub
<#35852 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ALNSC3EEE5WJM4PS7IIE55LX2VISLANCNFSM6AAAAAAT5JUAEI>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Closing as stale + most likely related to a local network flakyness |
Description
✔ Downloading template
✔ Copying template
✔ Processing template
✖ Installing CocoaPods dependencies (this may take a few minutes)
✖ Installing CocoaPods dependencies (this may take a few minutes)
error Error: Failed to install CocoaPods dependencies for iOS project, which is required by this template.
Version
0.71.0
Output of
npx react-native info
I am using rbenv to manage ruby versions
rbenv versions
system
2.7.6
Steps to reproduce
npx react-native init PandaParking --template react-native-template-typescript
Snack, code example, screenshot, or link to a repository
The text was updated successfully, but these errors were encountered: