Skip to content

fix: xcworkspaces parsing should handle many xcprojects#2522

Merged
blakef merged 1 commit into
mainfrom
fix/ios-xcworkspace-with-extra-files
Oct 8, 2024
Merged

fix: xcworkspaces parsing should handle many xcprojects#2522
blakef merged 1 commit into
mainfrom
fix/ios-xcworkspace-with-extra-files

Conversation

@blakef

@blakef blakef commented Oct 8, 2024

Copy link
Copy Markdown
Contributor

Summary:

We've been notified of a case where a user legitimately has more files in listed in their workspace than the project and pods. This would crash when running: npm @react-native-community/cli ios

Fixes: react/react-native#46881

Test Plan:

./node_modules/.bin/jest --skipFilter packages/cli-platform-apple/src/tools/__tests__/getInfo.test.ts

Checklist

  • Documentation is up to date to reflect these changes.
  • Follows commit message convention described in CONTRIBUTING.md

We've been notified of a case where a user legitimately has more files
in listed in their workspace than the project and pods. This would crash
when running: npm @react-native-community/cli ios

Fixes: react/react-native#46881

@szymonrybczak szymonrybczak left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for a quick fix!

@blakef blakef merged commit aa981e8 into main Oct 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Container folder is not a project file 0.75.4

2 participants