batman
batman

Reputation: 2452

Xcode 8 simulator issue when rotating to landscape

I'm experiencing a very strange simulator issue with Xcode Version 8.0 (8A218a). The simulator starts fine when launching in portrait, however if I rotate to landscape it displays weird. Consequently, any Xcode projects that I run also face the same issue. Any idea how to fix this?

enter image description here enter image description here

I've tried resetting the simulator contents & settings from the simulator menus, restarting the simulator etc. but to no avail.

EDIT: Restarted Mac, no change :(

Upvotes: 0

Views: 829

Answers (2)

Jeremy Huddleston Sequoia
Jeremy Huddleston Sequoia

Reputation: 23651

This is a known issue with Xcode 8.0. The issue is addressed in Xcode 8.1. You can work around the problem by turning off "Optimize Rendering for Window Scale" from the Debug menu.

Upvotes: 2

batman
batman

Reputation: 2452

Solved by reinstalling Xcode 8.0

Upvotes: 0

Related Questions