Skip to content
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

fix: avoid considering the Podfile in vendor/bundle/ruby folder as a possibly valid Podfile #1827

Conversation

cipolleschi
Copy link
Contributor

Summary:

This PR should fix a problem connected with bundle for which, when we run bundle exec pod install in a React Native app, the CLI founds two Podfiles.

This is the output before the change:
Screenshot 2023-02-09 at 17 05 36

And this is the output after the change:
Screenshot 2023-02-09 at 17 06 11

Test Plan:

Tested manually in a new RN project, by changing the code in @react-native-community/cli-platform-ios/build/config/findPodfilePath.

@adamTrz adamTrz merged commit b8d7f48 into react-native-community:main Feb 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants