I did that for the xCode-beta 16 - 3 (the one was failing to open) and it did fix for me. Important detail is to run the packages from the beta one and not from the other installed xCode.
Post
Replies
Boosts
Views
Activity
That solves the issue for me. Thanks :)
It actually doesn't fix the problem. If you have this inside a ItemCell structure and you have a NavigationLink, the empty onTapGesture will fire when the user taps the cell, and the navigation will not work anymore. I'm trying to figure out the solution for it.