question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Installing Bundler failed

See original GitHub issue

Hey folks, Thank you so much for this wonderful project! I’m creating a fresh new RN project, but it shows the below errors, even I installed the ruby: 2.7.6 through the rbenv but it still shows this error.

✖ Installing Bundler
error rbenv: version `2.7.5' is not installed (set by /AwesomeProject/.ruby-version)

✖ Installing Bundler
error Error: Looks like your iOS environment is not properly set. Please go to https://reactnative.dev/docs/next/environment-setup and follow the React Native CLI QuickStart guide for macOS and iOS.

OS: macos big sur

could anybody help me out? thank you

Issue Analytics

  • State:open
  • Created 10 months ago
  • Comments:9 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
lifeericcommented, Nov 10, 2022

@liamjones it’s downloaded but now I see a different error:


✔ Downloading template
✔ Copying template
✔ Processing template
✔ Installing Bundler
✖ Installing CocoaPods dependencies (this may take a few minutes)
error warn Multiple Podfiles were found: ios/Podfile,vendor/bundle/ruby/2.7.0/gems/cocoapods-core-1.11.3/lib/cocoapods-core/Podfile. Choosing ios/Podfile automatically. If you would like to select a different one, you can configure it via "project.ios.sourceDir". You can learn more about it here: https://github.com/react-native-community/cli/blob/master/docs/configuration.md
Searching for inspections failed: undefined method `map' for nil:NilClass

✖ Installing CocoaPods dependencies (this may take a few minutes)
error Error: Looks like your iOS environment is not properly set. Please go to https://reactnative.dev/docs/next/environment-setup and follow the React Native CLI QuickStart guide for macOS and iOS.
0reactions
JAYASHREEPATILcommented, Dec 22, 2022

try to run :

cd ios npx pod-install OR npm run android

Read more comments on GitHub >

github_iconTop Results From Across the Web

Troubleshooting common issues - Bundler
Troubleshooting common issues. Stuck using Bundler? Browse these common issues before filing a new issue. Permission denied when installing bundler.
Read more >
Running "bundle install" fails and asks me to run "bundle install"
You can use the solution of Tim, and run bundle install from outside the project folder. You can disable or uninstall temporally the...
Read more >
bundle install failed .. · Issue #766 · danger/danger - GitHub
I' have made some tests. gem install bundler. Fetching: bundler-1.14.6.gem (100%) ERROR: While executing gem ...
Read more >
bundle install problems - Redmine
Gem::Installer::ExtensionBuildError: ERROR: Failed to build gem native extension. happened. Now I am with QT Creator, and will try with pure MingW from http:// ......
Read more >
How to fix Ruby/Bundler error 'No such file or directory' on ...
To fix the problem, I ssh'd into my server and reinstalled Bundler: gem install bundler . Then, I re-ran bundle install for the...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found