This is a reproducer for facebook/react-native#44401
NOTE: I had to upgrade to RN0.74.1 I've just done the minimal required to get to pod update stage, so the app likely won't build.
To reporoduce simply clone and
cd ios
pod update
- Create a new reproducer project.
- Git clone your repository locally.
- Edit the project to reproduce the failure you're seeing.
- Push your changes, so that Github Actions can run the CI.
- Make sure the repository is public and share the link with the issue you reported.