ArchAngel2190
ArchAngel2190

Reputation: 71

iOS Simulator not functioning in Xcode 6.3

I am trying to build an app, but I can't test my app because iOS Simulator isn't working.

When I try to run iOS Simulator, it don't even get a black iPhone screen, the whole iOS Simulator window is black. I can't get it to show anything. This makes coding an app extremely difficult, especially for a beginner like me.

Does anyone have any ideas as to why this might happen? The main interface is set to main.storyboard, and I don't get any errors when I try to run iOS Simulator, it just shows a black screen. Also, when I try to stop it I have to use Cmd+Q because the stop button doesn't work.

Are these two related, and can anyone fix it?

Screenshot of the problem:


(source: hostthenpost.com)

Computer specs: Mac Mini (Late 2014) running OS X Yosemite 10.10.3 and Xcode 6.3.

Upvotes: 2

Views: 2957

Answers (5)

John R Perry
John R Perry

Reputation: 4192

I know the above (or below) solutions all probably work, but I found a way to fix the issue that might be a little faster than restarting Xcode, your Mac, or waiting somewhere between 600-1000 years:

If you change the scale size of the iPad (Window > Scale) it seems to fix the issue.

Upvotes: 0

thatzprem
thatzprem

Reputation: 4767

Restarting my Mac helped me solve this issue.

Upvotes: 0

CrimZon
CrimZon

Reputation: 37

Try restarting your Mac, then try to run the simulator.

Upvotes: 1

ArchAngel2190
ArchAngel2190

Reputation: 71

I figured it out! I just have to wait a thousand years for it to load, and then it works fine.

Upvotes: 2

Duncan C
Duncan C

Reputation: 131398

I had to quit Xcode and relaunch it after upgrading to 6.3 before my simulator would work. Also make sure you quit the simulator. The old Xcode 6.2 simulator is likely not compatible with 6.3

Upvotes: 2

Related Questions