-4

I'm using Xcode 6.4 my apps stimulator build successfully then splash screen then a black screen appear and it was stack. I tried different project same things appears black screen again but no errors.

Islam
  • 3,654
  • 3
  • 30
  • 40
RH34Serenity
  • 23
  • 1
  • 8

1 Answers1

3

Make sure one of the view controllers in your Storyboard is set as the initial view controller. You can set this property by selecting a view controller in the storyboard, selecting the Attributes Inspector, and then checking the box to the left of "Is Initial View Controller".

ndmeiri
  • 4,979
  • 12
  • 37
  • 45