Xcode 8 simulator issue when rotating to landscape - ios

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?
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 :(

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.

Solved by reinstalling Xcode 8.0

Related

Issue with ios simulator application on xcode 8.0

Yestarday everything was working fine today come and whenever i try to start application with simulator there is a window saying : Cant boot Simulator.
Sad thing is now that new xcode needs simulators to display it bugs also my storyboards and nibs. tried Xcode 8.0 Simulator broken the accepted answer here still same bug... plz help :)

Xcode 7.1 iOS Simulators looks weird

After updated Xcode to 7.1
iOS Simulator looks weird as the picture.
Does anyone had the same problem like this?
I can't specify which version of iOS when debugging via the simulator.
After updating xcode 7.1 looking same but you can know which vesion IOS when debugging after running app in simulator ..
Just go to the path:~/Library/Developer/CoreSimulator/Devices
and delete all devices in this folder
Open the Xcode and go to the Devices, add your Simulator.
You have to Manage it from
Window > Device >
Delete all Simulator and Create New Simulator as per requirement

iOS simulator scaled bug

Today morning I build and run my xcode project. When simulator launched I saw this:
The screen is scaled, I see only 1/4 part, other 3/4 parts are hidden.
Did anybody faced with same problem? The issue happens in xCode6, Xcode5, also in AppCode.
I tried to Clean project, switched to iPhone5 screen, iPad, the same problem.
Also, this happens with my other iOS projects.
Finally, I got the reason why this bug appears at work and not at home :)
Because at work I don't have external display (monitor), but at home (DELL, non-retina off course)
If you want this bug not to appear, just connect your macbook to external non-retina monitor. Then you may work fine, run simulator in macbook retina display, also in external monitor display, while Apple hard works to fix this bug in OS X.
Here is the video proof: http://youtu.be/4gkFEkOJN9s
Within the iPhone/iPad simulator, go to the top-menu and select "iOS Simulator" -> "Reset Content and Settings..."

unable to boot simulator for ios8

updated xcode 6.0.1, can't boot simulator for ios8, it's working for ios7 no problem. tried to uninstall xcode, still no luck. tried to launch simulator, still for ios8 simulator can't boot, but ios7 works. anyone have ideas, Thanks so much.
my os is OS X 10.9.5
I tries just launch simulator, just not able to boot ios8 simulator, I also tries delete everything and added again.
I tried reinstall xcode, still doesn't work, this really drive me crazy, thanks so much

Xcode 4.3.2, issue with running on simulator

I have been having this weird problem with Xcode 4.3.2, of course after the recent update.
After successfully building and running on the simulator several times, xcode seems to not be able to connect to the simulator and can't even stop the project; it's like the simulator does not exist. I have tried:
Stopping the project – doesn't work.
Quitting the simulator – doesn't work, xcode still shows it's running on the simulator even when I quit the simulator.
Cleaning the project – doesn't work.
I have to force quit xcode to get it communicate with the simulator. Nothing else works. It gets quite frustrating to do it every half an hour. This only started with 4.3.2.
I always stop before building and running, so it is not an issue of simulator/xcode getting thrashed by me.
Any suggestions?
I have found by chance, it is not a solution by any means -
When xcode hangs, saying it is running the app, but nothing is on simulator, opening the simulator from the dock by clicking on the dock icon (not using command+tab) seems to work.
It is very weird,but it works; atelast till xcode fixes it.
I had the same damn issue on XCode 4.5.1, but I resolved it just now.
When the program is running, it gets compiled but doesn't show anything on the simulator. just click on iOS Simulator icon in dock in order to bring it to front. Click iOS Simulator on top left -> Reset content and settings -> then force quit the iOS Simulator and run the program again. !!
Besides a restart, there is one other way I've managed to get around this:
Let's say your app hangs, go to the targets selector in the top of the Xcode window and change your sim target to a new SDK (or if you don't have another SDK, change it to a universal app and run on the opposite device simulator).
Then, when your app loads on the new device/OS completely, quit the sim, change your targets back, et voilà!
Uninstall application from Simulator and again run. Then it will works fine :)
This has frustrated me for -years- now but stumbled across what appears to get things going again for me:
Hide the simulator (iOS Simulator -> Hide iOS Simulator) or Cmd-H, then reopen the simulator.
The problem seems to happen when something CPU intensive is happening in the background (like a Time Machine backup) on my old 2 core MacBook.
Xcode 4.6.3 update (June 13, 2013) resolves the following issue:
Hang when debugging in iOS Simulator on OS X 10.8.4. 13722320
https://developer.apple.com/library/mac/#releasenotes/DeveloperTools/RN-Xcode/
You can try to update your Xcode to see if that works for you..

Resources