I am working in Xcode 6 in swift. I am using the default UITabBarItem tab icons which are appearing in Main.storyboard, but are not appearing in the simulator (I am using the default images -- nothing uploaded). In addition, the keyboard is not appearing after touching into a text field. I am getting the following error:
Could not load the " " image referenced from a nib in the bundle with identifier "Project Name".
Note that this error is only happened after a segue into the tab bar controller. It is working correctly in prior views.