Skip to content

Commit 26fe322

Browse files
kahestmarandaneto
authored andcommitted
Remove link to Apple debug symbols (#7142)
* remove link to Apple debug symbols page
1 parent 23dcbcd commit 26fe322

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

src/docs/clients/react-native/manual-setup.mdx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -83,10 +83,6 @@ export SENTRY_PROPERTIES=../sentry.properties
8383
../node_modules/@sentry/cli/bin/sentry-cli debug-files upload "$DWARF_DSYM_FOLDER_PATH"
8484
```
8585

86-
For bitcode enabled builds via iTunes Connect, additional steps are required.
87-
Follow the instructions at [With Bitcode](/clients/cocoa/dsym/#dsym-with-bitcode) to set up uploads of
88-
symbols for all build variants.
89-
9086
Note that uploading of debug simulator builds by default is disabled for speed reasons. If you do want to also generate debug symbols for debug builds you can pass `--allow-fetch` as a parameter to `react-native-xcode` in the above mentioned build phase.
9187

9288
### Using node with nvm or notion

src/platforms/react-native/manual-setup/manual-setup.mdx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,6 @@ SENTRY_CLI="../node_modules/@sentry/cli/bin/sentry-cli"
7777
$SENTRY_CLI debug-files upload "$INCLUDE_SOURCES_FLAG" "$DWARF_DSYM_FOLDER_PATH"
7878
```
7979

80-
For bitcode enabled builds via iTunes Connect, additional steps are required.
81-
Follow the instructions in [Sentry's bitcode documentation](/clients/cocoa/dsym/#dsym-with-bitcode) to set up uploads of symbols for all build variants.
82-
8380
By default, uploading of debug simulator builds is disabled for speed reasons. If you want to generate debug symbols for debug builds, you can pass `--allow-fetch` as a parameter to `react-native-xcode` in the above mentioned build phase.
8481

8582
### Using node with nvm or Volta

0 commit comments

Comments
 (0)