-
Notifications
You must be signed in to change notification settings - Fork 30
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
Multiple SwiftUI Warnings on >iOS 16.X #91
Comments
Hey @leafarenuk, thanks for the heads up. So far the project wasn't checked against the latest iOS version and Xcode/Swift toolchains, good to know there is this issues. |
@marinofelipe This should be as simple as wrapping those two assignments operations in a |
Thanks a lot @Andrewangeta 🙇 |
Resolved in #92 |
What problems I want to solve?
There are mutliple warnings on iOS >16.X while using your code:
Publishing changes from within view updates is not allowed, this will cause undefined behavior.
File:
CurrencyText/tree/main/Sources
Lines: 73, 122 and 124
What value it delivers?
There will be no more warnings while running the app. Improve stability.
Tasks
TBD
Dependecies / References
No dependencies and/or references by now.
The text was updated successfully, but these errors were encountered: