-
Notifications
You must be signed in to change notification settings - Fork 87
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
[Unknown process name] CGAffineTransformInvert: singular matrix #24
Comments
Hi @djrobby! The issue you are experiencing is due to the
It seems that the warning occurs when you try to set the scale factor to 0 (i.e. the default scale factor for the
This way SwiftUI won't scale the view until 0 and the warning will disappear. |
You're 100% correct. That did it! Thank you @matteopuc |
First off, your utility is AMAZING! Thank you so much for this! I'm running into the following warning/error:
After doing some digging, it seems to be originating from specifying the
transitionType
attribute for theNavigationStackView
while having aList
view inside the destination. If I leave this attribute out, there are no errors. Also, I'm not sure if this is related to an already closed issue #22. It would be greatly appreciated if you can help. Thank you in advance. Please see reproducible code see below:The text was updated successfully, but these errors were encountered: