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.
Asked
Active
Viewed 2,566 times
-4
-
show us your code please. (and maybe tell which hardware you are using) – hoijui Jul 14 '15 at 06:26
-
I think it's Xcode 6.4, rather than iOS Swift 6.4 – antonio081014 Jul 14 '15 at 06:26
1 Answers
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