@jherman if you are trying to build 2.20.1 that is an old version by now that is using an old version of Sentry and also has some issues building on xcode 16
So you have three options here
- Build your target version with Xcode 15
- Make the changes to your target version so that it can build on Xcode 16, changes for this can be found in the repo Add fixes for xCode 16 changes (#8254) · mattermost/mattermost-mobile@94a7231 · GitHub
-
- Build a newer version of the app
Hope this helps