You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have an issue with the iPad mini 6th gen (iOS 15.6) having the touch coordinates being offset significantly. Upon Xcode build, the orientation is already incorrect. It runs my app in landscape mode when it should be portrait; and portrait when it should be landscape. All other iOS devices are working fine even others with the same OS version. Does anyone have an idea on which file/function I should check to start with? Or has anyone faced the same issue? I tried checking on several files with the setDeviceInterfaceOrientation and setDeviceRotation functions however breakpoints doesn't even reach at those points.
Any hint or lead that may help solve this issue is much appreciated. Thank you.
The text was updated successfully, but these errors were encountered:
@mds2018 Did you check the builded wda-runner has the XC*.frameworks in the frameworks? I also face this issue, if the XC*.frameworks are in there, then this issue won't happend.
Hi,
I have an issue with the iPad mini 6th gen (iOS 15.6) having the touch coordinates being offset significantly. Upon Xcode build, the orientation is already incorrect. It runs my app in landscape mode when it should be portrait; and portrait when it should be landscape. All other iOS devices are working fine even others with the same OS version. Does anyone have an idea on which file/function I should check to start with? Or has anyone faced the same issue? I tried checking on several files with the
setDeviceInterfaceOrientation
andsetDeviceRotation
functions however breakpoints doesn't even reach at those points.Any hint or lead that may help solve this issue is much appreciated. Thank you.
The text was updated successfully, but these errors were encountered: