Try this link: https://developer.apple.com/documentation/Updates/wwdc2023
Post
Replies
Boosts
Views
Activity
Interesting - I'm not completely sure that explains it for me. It just seemed like it was intermittent but the @absar fix of specifying alignment and spacing always fixed it.
I now have Xcode 14.0 beta 3, and I believe the problem has gone away. At least I was able to remove the alignment/spacing from the VStack and there is no error so far.
The work-around mentioned by @absar works for me. VStack(alignment: .center, spacing: 0). Thanks!
I had to enter the URL Schemes under "URL Types" in my project target's settings. Then it worked.
But the window that got opened is very tiny. How to set a frame or size for the window?
Thanks, that fix works for me too.