Skip to content

Commit 94618fa

Browse files
committed
Update _default.mdx
1 parent f73e1e4 commit 94618fa

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

src/platform-includes/debug-symbols-apple/_default.mdx

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -168,23 +168,3 @@ If your App Store Connect API key is revoked on the Apple side, the Sentry custo
168168
![Warning to update credentials in Custom Repositories](custom-repositories-warning.png)
169169

170170
When using Fastlane's _upload_to_testflight_ action, it's recommended to pass the _skip_waiting_for_build_processing_ parameter to speed up the action.
171-
172-
## Bitcode {#dsym-with-bitcode}
173-
174-
<Note>
175-
176-
As of April 25th, 2023, the [App Store](https://developer.apple.com/news/?id=jd9wcyov) no longer accepts submissions with bitcode enabled.
177-
178-
</Note>
179-
180-
If you’re using Xcode 13, you’ll need to download the dSYMs from App Store Connect after it finishes processing your build, and then upload them to Sentry using one of the methods below:
181-
182-
- Download Fastlane's [download_dsyms](https://docs.fastlane.tools/actions/download_dsyms/) action and then upload the dSYMs with the [Sentry Fastlane plugin](#fastlane).
183-
- Use the [Sentry App Store Connect integration](#appstore-connect), which fetches the dSYMS directly from App Store Connect.
184-
- Download manually from App Store Connect:
185-
- Open Xcode Organizer, go to your app, and click _Download dSYMs..._
186-
- Log in to App Store Connect, go to your app > “Activity".
187-
- Click the build number to go into the "detail" page, and click _Download dSYM_.
188-
- Manually upload the dSYMs with [sentry-cli](#sentry-cli).
189-
190-
These dSYMs contain obfuscated symbol names and paths. You must upload the BCSymbolMap file stored in your xcarchive so Sentry can properly symbolicate your crash reports. You can do this by using the `debug-files upload` command of either [sentry-cli](#sentry-cli) or the [Sentry Fastlane plugin](#fastlane), which will automatically find and upload all BCSymbolMap files when specifying the path to the app's xcarchive.

0 commit comments

Comments
 (0)