Post

Replies

Boosts

Views

Activity

Reply to iPhone with iOS 14 beta 2 doesn't autorotate when connected to XCode debugger
I solved the rotation problem by locking and unlocking the device rotation from the control center of the iOS device while debugging the app. So the steps are: 1) run your app with XCode 2) open control center in your device and lock the screen rotation, then unlock it again 3) close the control center and now the rotation should work Unfortunately you have to repeat this every time... Anyway this is just a workaround, I was hoping to find what was causing it in my code but I found no clues. I hope this trick is going to work for you too.
Jan ’21