NSAttributedString property occurs crash #2317
Unanswered
artemkrachulov
asked this question in
Q&A
Replies: 1 comment 1 reply
-
@artemkrachulov Without a project to work with I'm not sure there's much we can do here, so I'm going to convert to a discussion till it can be determined that this is a library bug. I will note that I notice a couple strange things in the code above:
Does the crash go away entirely if you remove |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Description
In our project we have to use the bindable
NSAttributedString
property:I've added it. Two or three times I could navigate to the specific screen where this state was. Then crash appears:
When I remove
@BindingState
property wrapper I have another crash:8 of 10 times it crashes. So the crash is not 100% permanent. Also, I couldn't reproduce it in the clear project, this is very strange.
Checklist
main
branch of this package.Expected behavior
No response
Actual behavior
No response
Steps to reproduce
No response
The Composable Architecture version information
0.55.0
Destination operating system
16.5.1
Xcode version information
Version 14.3.1 (14E300c)
Swift Compiler version information
Beta Was this translation helpful? Give feedback.
All reactions