alitosuner
alitosuner

Reputation: 1034

IOS Simulator 9.0 doesn't run

I am new on IOS, using Xcode 7.0.1 and Simulator 9.0. Working on the sample project on the web. And I have a MainStoryboard as it's seen on that link.

https://www.techotopia.com/images/1/1a/Xcode_5_ios_7_tab_bar_storyboard.png

However, When I run the simulator, That shows the black screen.It looks like freeze. And I could not find any solution for that problem.

Any help would be greatly appreciated

Upvotes: 1

Views: 78

Answers (2)

user3553048
user3553048

Reputation: 11

From the menu, go to iOS Simulator - Reset Content and Settings.

Upvotes: 1

Soberman
Soberman

Reputation: 2596

Go to project configurations General > Deployment Info > Main Interface > make sure that your storyboard is selected.
EDIT: make sure that the initial ViewController is selected as is Initial View Controller in Attributes Inspector.

enter image description here

Upvotes: 0

Related Questions