-
-
Notifications
You must be signed in to change notification settings - Fork 226
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
Could not parse Info.plist file #48
Comments
Seems to be related to getsentry/sentry-react-native#25 as well |
Nothing all that exciting from setting [INFO] sentry_cli::commands::react_native_xcode Using react-native build script at /Users/eliperkins/src/clubhouse/mobile/ios
[INFO] sentry_cli::commands::react_native_xcode Parsing Info.plist And that's it. |
After a little spelunking, it looks like Is there a specific reason |
No you are right that we should probably use |
Awesome! Thanks @mitsuhiko 🎉 |
Experiencing this issue with @sentry/[email protected]
Any ideas? |
the same |
Getting the same error, latest sentry-cli version... |
Getting this error as well |
I'm running into an issue using
sentry-cli react-native-xcode
with my project,error: Could not parse Info.plist file caused by: missing field `CFBundleName`
My Info.plist isn't too exciting:
and it looks like
CFBundleName
is indeed in there. Flicking through the env vars, it looks like the relevant ones are set too:This command is a bit tricky for me to set up to debug much more than that. If there's anything I can do to help, let me know!
The text was updated successfully, but these errors were encountered: