Skip to content

fix(debug_files): Don't call xcodebuild #2443

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

Conversation

szokeasaurusrex
Copy link
Member

The code which reads in the info_plist (which we never end up using here) internally calls xcodebuild. If xcodebuild then hangs for whatever reason, then the Sentry CLI will also hang on the upload.

Since we don't need to read the info_plist anyway, let's just get rid of it.

Fixes #2440

The code which reads in the `info_plist` (which we never end up using here) internally calls `xcodebuild`. If `xcodebuild` then hangs for whatever reason, then the Sentry CLI will also hang on the upload.

Since we don't need to read the `info_plist` anyway, let's just get rid of it.

Fixes #2440
@szokeasaurusrex szokeasaurusrex force-pushed the szokeasaurusrex/dont-call-xcodebuild-debug-files-upload branch from 97482b9 to f661997 Compare March 27, 2025 10:10
@szokeasaurusrex szokeasaurusrex merged commit 650de54 into master Mar 27, 2025
17 checks passed
@szokeasaurusrex szokeasaurusrex deleted the szokeasaurusrex/dont-call-xcodebuild-debug-files-upload branch March 27, 2025 10:27
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.

Sentry CLI hangs on uploading debug -symbols
2 participants