Static configuration widget issue on XCode 13.4.1 - Springboard crash

I was working on widget and saw that on Xcode 13.4 after initializing the widget from target, If I make even minor changes in the EntryView body, it crashes when I run it 2-3 times and then only after mac restart, it works again. for each change, I have to restart Mac I have uploaded a sample project with the issue in the stackoverflow basically, created a new project, added Widget Extension Target. can be reproduced by anyone in 10 mins. Steps to reproduce: run the external widget once in simulator in Struct ExternalWidgetEntryView, remove the HStack and one Text OR change from add another text OR change it to VStack. run it again on the same simulator. the app widget crashes on running and I see this [Image attached in the stackoverflow question]

https://stackoverflow.com/questions/72790887/static-configuration-widget-crash-on-xcode-13-4-1-springboard-crash

  Not sure if there is any XCode config I can do to solve this.

Post not yet marked as solved Up vote post of subodhsah Down vote post of subodhsah
859 views

Replies

Did you figure out a fix for this? I run into the same issue

I am getting the same issue..