-
Notifications
You must be signed in to change notification settings - Fork 120
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 16 Support #163
Comments
Hm, actually I see the same problem in a 15.2 simulator ... but not in all rooms so maybe this isn't related. 🤔 |
Might be worth enabling more rust logs (like so) and see if there's anything useful there. |
Hm, I quickly tried with the
Nothing shows when entering a room though. |
As bad as it looks that one is actually okay, it just means that that particular user doesn't have an avatar. We're abusing uniffi and letting it transform expectations into errors for us. This shouldn't be |
Unfortunately, that didn't turn up more helpful messages either outside of the occasional I wonder if it could have anything to do with the room's home server The Element iOS room appears to work fine but all my private test rooms on element.io remain empty. 🤔 Anyway, it looks like this is not iOS 16 specific. So I'll stop spamming this issue. |
Oh, that can very well be it, the sliding sync proxy is only available for matrix.org afaik |
We have now switched to iOS 16 |
The app is currently crashing on iOS 16, most likely because of the changes Apple has made to the SwiftUI List component. We need to fix that and whatever else comes along.
ElementX's deployment target will be 16, so let's please switch to that as soon as feasible.
The text was updated successfully, but these errors were encountered: