I'm using Xcode 13. I added a variation for a constraint so that when the device's orientation is changed to landscape (Regular-width and Compact-height).
Inside the Xcode I'm using iPhone 11 as demo device.
And when I actually run it on iPhone 11 simulator, it works fine.
But when I tried running it on other simulators with different screen sizes, like iPhone 12 and 13 Pro, it doesn't work.
Does that mean inside Xcode I'll have to provide different constraints for all different screen sizes individually ? Or is there a way to do it once and for all ?