I am facing the same issue. Is there any Apple Engineer here to help us? Thanks
https://developer.apple.com/forums/thread/715052#715052021
Post
Replies
Boosts
Views
Activity
I am facing some similar issues with my app too.
https://developer.apple.com/forums/thread/715052#715052021
I am also seeing a very strange issue with orientation. I am changing the orientation with requestGeometryUpdate. Sometimes it changes it correctly and sometimes it did not change the orientation. I am trying to change the orientation to portrait and in the error message it says "None of the requested orientations are supported by the view controller" but it supports "portrait, landscapeLeft, landscapeRight".
Error Message:
sample[1233:173290] Error Occured while changing orientation of app : Error Domain=UISceneErrorDomain Code=101 "None of the requested orientations are supported by the view controller. Requested: portrait; Supported: portrait, landscapeLeft, landscapeRight" UserInfo={NSLocalizedDescription=None of the requested orientations are supported by the view controller. Requested: portrait; Supported: portrait, landscapeLeft, landscapeRight}