Tom Bu M'bre
Tom Bu M'bre

Reputation: 31

iOS Simulator does not run

I have a serious problem with the latest iOS Simulator. I am using macbook pro, Mountain Lion OS, and xCode 4.4.1. which is the latest OS and the latest xCode.

When I run sample code to test iOS Simulator, the simulator will open but it will freeze.
The application does not respond, but stay on black screen, freezing. I've redownload xcode and reinstall it many times, it still doesn't work. can someone help me? Thanks in advance.

Upvotes: 3

Views: 4795

Answers (3)

Gajendrasinh Chauhan
Gajendrasinh Chauhan

Reputation: 3397

You can also fix it using resetting simulator. See below steps

-> Select your simulator

-> In menu select iOS simulator

-> Click on reset content and settings...

All you have done. :-)

Upvotes: 2

Shumei Cheng
Shumei Cheng

Reputation: 29

I just ran into simulator "does not work" problem. It was working on my previous application. I can compile target 5.0 and run on iPhone 6.1 simulator. But for some reason this new application does not show up on simulator at all. So install 5.0 simulator and now it is working on simulator 5.0.

Upvotes: 0

Matthew Frederick
Matthew Frederick

Reputation: 22305

Clear out the Simulator's data and apps by removing everything in ~/Library/Application Support/iPhone Simulator/. This will remove all existing user apps, which may well solve your problem.

Upvotes: 6

Related Questions