Can you make sure that the entry point to the storyboard is TabBarController itself? This is similar to the problem I saw earlier when a person stated that the entry point to the storyboard is in the HomeViewController instead of the TabBarController, which leads to the launch of the application starting with the HomeViewController but not having the actual tabs.
If you select a controller in the story pane, a check box must be selected so that the controller flag is an entry point.
source
share