When trying to run an application on a connected iPhone after compiling Xcode, it produces the following error:
Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: Could not load NIB in bundle: with name 'UIViewController-BYZ-38-t0r' and directory 'Main.storyboardc' '
First throw call stack:
(0x184801900 0x183e6ff80 0x184801848 0x1899bd1ac 0x189c1a108 0x189c1a268 0x18979d580 0x18956937c 0x18979c364 0x1897995c0 0x185db7790 0x185db7b10 0x1847b8efc 0x1847b8990 0x1847b6690 0x1846e5680 0x189562580 0x18955cd90 0x1000d18cc 0x1842868b8)
libc ++ abi.dylib: terminating with uncaught exception of type NSException
However, when running on the simulator, everything is normal.
How and how is it treated?