run-ios
wants my sudo password because it wont accept pod
installed with bundler
#2668
Labels
run-ios
wants my sudo password because it wont accept pod
installed with bundler
#2668
Environment
Description
I think the program fails to fast. instead it should try
bundle exec pod --version
first since on other places it will also respect the bundle installed version.Reproducible Demo
gem uninstall cocoapods
npx @react-native-community/cli@latest init MyApp
n
for cocoa pods questioncd MyApp
bundle install
Now
bundle exec pod --version
has an0
exit code.npx react-native run-ios --force-pods
will either fail or globally install cocoapods again, but it does not need to since we can usebundle exec pod
instead.The text was updated successfully, but these errors were encountered: