Reputation: 1034
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.
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
Reputation: 11
From the menu, go to iOS Simulator - Reset Content and Settings.
Upvotes: 1
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
.
Upvotes: 0