-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
iOS app crashes at start on iOS 12 (iPhone 6) #7928
Comments
@hb9tst Are you using the official app or the Beta app? |
It's the official one. Not even sure how to install the beta... |
Just updated to 2.16.0. Still crashing at startup on iPhone 6. |
We haven't determined the root cause for this issue so far. Related to this, we are updating our minimum iOS version to v13.4+ in the next release (v2.17.0 June) as part of this PR #7863, but it shouldn't affect v2.15 or v2.6 releases. |
Ok thanks for your comment -- I hope that a working version on iOS12 will still be published as it's not possible to downgrade the app to a working version... |
iOS 12 went out of support a year ago https://endoflife.date/ios. Would you be able to share more details on the preference to use iOS 12? |
It may be related to this https://medium.com/@liwp.stephen/solution-app-crash-on-ios-12-build-from-xcode-15-3e6123e31150 |
Summary
iOS app crashes at start on iOS 12 (iPhone 6)
Environment Information
Steps to reproduce
Update the application to 2.15.0 on an iPhone 6 running iOS 12.
Expected behavior
The app should open as expected.
Observed behavior (that appears unintentional)
Apps open then closes without any possible interaction. No error messages whatsoever.
Possible fixes
Mattermost is still declared compatible with iPhone 5s and up, iOS >= 12. The issue might come from the SDK update? If there is a compatibility change and no more support for iOS 12 is planned, and given that downgrade is not possible on iOS, the previous compatible version should be republished with a new version number to allow users to "upgrade" to it and keep working, before proceeding with republishing the new version but after correcting the iOS version compatibility.
The text was updated successfully, but these errors were encountered: