0

NOTE: this only seems to be a problem since 8.3.

I have a split view controller. For easy of explanation I created a brand new master/detail project in xcode (6.3). I changed the master view to be a tab bar.

enter image description here

Simply just removed the TableViewController that was part of the default project, drug in a TabBarController and added it as the master view controller relationship.

When running I get the following error:

*** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'Could not load NIB in bundle: 'NSBundle (loaded)' with name 'z2L-Ml-BPJ-view-fno-cZ-fCP''

If I run in 8.1 it runs just fine. I have no idea how to workaround this in 8.3

lostintranslation
  • 23,756
  • 50
  • 159
  • 262
  • I am running into the exact same thing. See: http://stackoverflow.com/questions/29614971/terminating-app-could-not-load-nib-in-bundle-nsbundle-with-name-7bk-jq – Elardus Erasmus Apr 21 '15 at 18:57
  • I have same problem! – Tomas Sykora Apr 21 '15 at 21:30
  • One comment says 'In this case I solved my issue removing the storyboard segue for master and detail and adding them programmatically' which did workaround the problem. However 'pulling things out of storyboard' and doing it programmatically is a stupid workaround. It should work. – lostintranslation Apr 21 '15 at 21:33

0 Answers0