-
-
Notifications
You must be signed in to change notification settings - Fork 59
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
Crash on iOS 16 beta 3 #25
Comments
Does WrappingHStack still crash on the current iOS 16 beta? |
I've swtiched to https://github.com/globulus/swiftui-flow-layout in the meantime, so unfortunately I don't have a project ready to test it |
This is still present on the iOS 16 Release Candidate. Looks like any apps that use a WrappingHStack will freeze on iOS 16. |
I'm on a trip right now, I will try to fix it when I'm back. I would be happy for some help so we can fix the issue sooner. |
Thanks for the update. I will avoid using it in my current app. |
FWIW same issue on the public iOS 16 release - crash/freeze seems to happen on this line:
This is almost certainly an iOS bug, but I wonder if there are any good workarounds... |
I cannot reproduce it, can someone with this problem please share following information:
|
It does not seem to be an issue on the final iOS 16 release as far as I can tell, in case someone still has an issue, please reopen stating the information from my previous comment |
It is happening in our App. So far what I can see is that the closure of
Can't run my project on the simulator because a limitation of one of my dependencies (TensorFlow lite). It is happening on an iPhone 13 Pro with iOS 16.0 (20A362)
Just one iPhone 13 Pro
iOS 16.0 (20A362), Xcode 14.0
No Add a minimal, reproducible example ... Working on it as this is happening in a complex app |
It seems this is a minimum reproducible example: #26 |
Using a WrappingHStack the iOS app on iOS 16 beta 3 will crash.
To reproduce you can open a view with a WrappingHStack inside.
The text was updated successfully, but these errors were encountered: