-
Notifications
You must be signed in to change notification settings - Fork 24.5k
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
Container folder is not a project file 0.75.4 #46881
Container folder is not a project file 0.75.4 #46881
Comments
|
|
Hi @BogdanRad, I understand that the reproducer is private, but can you try to replicate the minimal setup starting from this template? Otherwise it would be quite hard for us to help you. In 0.75 we introduced some changes in the CLI, so this specific use case might got broken. cc. @blakef, @szymonrybczak and @thymikee that worked on the CLI recently. |
I can replicate this, it's a CLI bug from a feature added 4 months ago (react-native-community/cli#2415). It make some assumptions about what's in the xcworkspace We could make this a little more robust in the CLI: @cipolleschi I think @BogdanRad is unblocked as he can build with Xcode, but I'll add some tests and try get a fix out on the CLI. |
Thank you @blakef |
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: facebook/react-native#46881
I'm going to close this as it isn't a React Native bug. Please track the progress on react-native-community/cli#2522. |
Description
I updated my project from 0.74.1 to 0.75.4. In ios folder I have the container folder with GTM file. When I run from terminal I have this error
xcodebuild: error: '/Users/bogdan/apps/react-native-mobile-app/ios/container' is not a project file.
If I run from xcode the build is successful. Can you help me to fix this problem from terminal?
Steps to reproduce
React Native Version
0.75.4
Affected Platforms
Runtime - iOS
Output of
npx react-native info
Stacktrace or Logs
Reproducer
is private
Screenshots and Videos
The text was updated successfully, but these errors were encountered: