Skip to content

Commit ea83ecc

Browse files
feat(Apple): Troubleshooting for app not symbolicated (#7295)
* Update troubleshooting.mdx * Apply suggestions from code review Co-authored-by: Philipp Hofmann <[email protected]> --------- Co-authored-by: Philipp Hofmann <[email protected]>
1 parent 32add4a commit ea83ecc

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/platforms/apple/troubleshooting.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,3 +41,9 @@ If you use Tuist to manage your SPM dependencies, add the following configuratio
4141
Sentry writes and reads files at a specific path in the app cache directory. This path is created during the SDK initialization.
4242
If you see a log message that looks like this: `[SentryFileManager:439] Failed to write data to path` it means that the cache path doesn't exist anymore.
4343
Check your app for any procedure that cleans the cache of your app during runtime, and avoid deleting the `io.sentry` directory.
44+
45+
## My app is not symbolicated and I use App Store Connect
46+
47+
If you use our App Store Connect integration for uploading the debug symbols to Sentry and your stacktrace is not symbolicated, try a different way of uploading the debug symbols by following the [documentation](/platforms/apple/dsym/).
48+
49+
There is a problem with uploading the debug symbols with our App Store Connect integration. We are currently investigating this issue.

0 commit comments

Comments
 (0)