You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/platform-includes/debug-symbols-apple/_default.mdx
-20Lines changed: 0 additions & 20 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -168,23 +168,3 @@ If your App Store Connect API key is revoked on the Apple side, the Sentry custo
168
168

169
169
170
170
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