Linked Questions
16 questions linked to/from NSInternalInconsistencyException', reason: 'Could not load NIB in bundle: 'NSBundle
139 votes
35 answers
216k views
Could not load NIB in bundle
I am trying to integrate Janrain Engage as custom module with Appcelerator Titanium. I have created a sample module and dragged the JREngage folder to the sample module xcodeproj as indicated in the ...
19 votes
7 answers
37k views
NSInternalInconsistencyException Could not load nib in bundle
I've created an application for child game. It loads 12 different questions for each round. After the 4th round the app crashes with the following log: ImageIO: CGImageRead_mapData 'open' failed '/...
12 votes
2 answers
55k views
Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'Could not load NIB in bundle
Trying to run my app on my device and I've got the following SIGART error when I run it: Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'Could not load NIB ...
2 votes
4 answers
7k views
loadNibNamed - Could not load NIB in bundle: NSBundle
I'm trying to create a TableViewCell, using a XIB file, but I get this error at execution time: 2013-01-10 17:54:50.297 MainApp[6778:b603] * Terminating app due to uncaught exception '...
0 votes
2 answers
1k views
How can I track down this crash occurring because of an invalid constraint in my iOS app?
I have BugSense in my apps to detect and upload crash reports from users. I am getting the following crash that I am unable to track down. Can someone give me some tips on how I may be able to figure ...
1 vote
2 answers
1k views
unexpectedly found nil while unwrapping an Optional value (swift)
I get the error in the title while trying to change the text of a label which is part of the Page class (a subclass of UIViewController) @IBAction func StartButton(sender: AnyObject) { for quote ...
1 vote
2 answers
886 views
Why am I getting an NSInternalInconsistencyException exception on my UITableView?
UPDATE It turns out that my renaming of my project causes these issues to happen :. I followed all these steps (How do I completely rename an Xcode project (i.e. inclusive of folders)?). I removed all ...
1 vote
1 answer
777 views
FirebaseAuthUI IOS - how to add login screen background image?
I want to add an image behind the login buttons of the login screen. I currently get the following error message : Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason:...
0 votes
3 answers
453 views
Swift TableView cell doesnt show
I have the problem that my TableViewController doesn't show the content of the cell(s). I have a button that loads the data which works but should also be shown in the cells. Did I forget something in ...
0 votes
0 answers
516 views
React Native app won't work after splashScreen because of expo-updates
My react-native app is working correctly in Debug build but not in Release Error : The embedded manifest is invalid or could not be read. Make sure you have configured expo-updates correctly in your ...
1 vote
1 answer
359 views
Could not load NIB in bundle: 'NSBundle' in ios?
I have a view that contains a tableview in my app. I use cellForRowAtIndexPath function to populate tableview, but it crashes sometimes and throws an error like below. It occurs rarely but I want to ...
-1 votes
2 answers
258 views
Segment framework make UIAlertController to crash
I follow "https://segment.com/" to implement analytics user usage on my iOS source. But when i use UIAlertController to show alert with title is @"", my app was crash! I don't know exactly why. To ...
0 votes
1 answer
248 views
SIGABRT error - Could not load NIB in bundle
I have a SIGABRT error: Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'Could not load NIB in bundle: 'NSBundle (loaded)' with name 'SliderGaloreController'' ...
0 votes
0 answers
171 views
UIPopover crash when presented
I have a UILabel to which I add a UITapGestureRecognizer: UITapGestureRecognizer* tap = [[UITapGestureRecognizer alloc] initWithTarget:self action:@selector(nomLabelClicked)]; [nomLabel ...
0 votes
0 answers
57 views
Memory Leak - Instruments Log
I have some leaks in my App, and i tried to use Instruments (its my first time with instruments). so at 05:29:365 i got Terminating app due to uncaught exception '...