Hello, I’m working on a visionOS app. It‘s in early stages, but I’m already seeing my app’s UI behave incorrectly in the simulator, though it’s correctly displayed in Xcode’s SwiftUI Preview. My app’s UI size is displaying problems, and does not display its expected size it showed in the SwiftUI Preview.
This is how it looked like in SwiftUI Preview, and what I expected it to look like in the visionOS Simulator:
https://share.icloud.com/photos/080IVqZ3VeRuw5BgSFysLNasg
And this is how it looked like in the simulator:
https://share.icloud.com/photos/064Bod9e6_9wrb7tKsL24IEtQ
I did not expect this behavior. I’m running the latest Xcode 15 beta on a M1 MacBook Air. Any solutions? Thanks.