iOS app rotation broken
Using the most recent tools (Flex 4.16.1, Air/ADT 30.0.0.107, xcode 9.4.1) the iOS app orientation/rotation is off when the device is rotated. This is a basic/empty flex app with:
<autoOrients>true</autoOrients>
<aspectRatio>any</aspectRatio>
This is what happens in the simulator:

There doesn't seem to be any workaround in setting orientation, aspectRatio, stage size, etc. The only thing that works is clicking the Home button, then opening the app again. The rotation will then be correct. Seems similar to this tracker bug: Tracker
Do I need to revert to a previous xcode version? Thanks for any help
