I'm also having similar issues!
Post
Replies
Boosts
Views
Activity
Wow that is SO helpful!!! Thank you so much!
Thanks for your help! Here's the full report:
Crash Report - https://developer.apple.com/forums/content/attachment/19ab6c17-f661-435a-b52c-fd485b03df37
Thanks! But what can I do if I don't have a device running that particular version of iOS? Am I out of luck?
I've been having this same issue with almost all of my state with no way of fixing it except displaying the state in the view (which is far from ideal)! I've sent in a bug report with Feedback Assistant and I suggest you do the same!
Seems at this point to be a bug with Xcode 12 and the new framework. I was able to work around the issue by displaying the value of assignment in a View. I added the following code between lines 8 and 9 which fixed the issue and had the value updating properly:
Text("\(assignment?.description ?? "")"
.hidden()
I've sent in a bug report (FB7823148) through Feedback Assistant.