Skip to content

Commit

Permalink
docs: Mention USE_SENTRY in ios build-and-upload instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbobbe committed Feb 15, 2025
1 parent c432758 commit 7a7c454
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/howto/release.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,12 @@ simple terminology for the process we follow with both.
git rebase @ release-secrets
```

* Note: If `tools/ios` and `tools/ios upload` (the steps below) fail, the
Xcode GUI is an option to try (Product > Archive),
but first replace `USE_SENTRY = NO` with `USE_SENTRY = YES`
in ios/ZulipMobile.xcodeproj/project.pbxproj
so the source maps get uploaded to Sentry.

* Build using our `tools/ios` script:

```
Expand Down

0 comments on commit 7a7c454

Please sign in to comment.