We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c432758 commit 7a7c454Copy full SHA for 7a7c454
docs/howto/release.md
@@ -179,6 +179,12 @@ simple terminology for the process we follow with both.
179
git rebase @ release-secrets
180
```
181
182
+* Note: If `tools/ios` and `tools/ios upload` (the steps below) fail, the
183
+ Xcode GUI is an option to try (Product > Archive),
184
+ but first replace `USE_SENTRY = NO` with `USE_SENTRY = YES`
185
+ in ios/ZulipMobile.xcodeproj/project.pbxproj
186
+ so the source maps get uploaded to Sentry.
187
+
188
* Build using our `tools/ios` script:
189
190
0 commit comments