In xcode 7.2 there is no Storyboard Entry Point item in the Object List. I need to use Storyboard Entry Point , I couldn\'t find any similar problem by google searches so can an
Click on Top of ViewController or Controller in Document Outline window (on left side) of the Controller you want to make Storyboard Entry Point.
Click on Attribute inspector button (in right side).
Enable "Is Initial View Controller".
Storyboard Entry Point will reappear hopefully.