Linked Questions

139 votes
35 answers
216k views

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 ...
Goje87's user avatar
  • 2,879
19 votes
7 answers
37k views

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 '/...
Crazy Developer's user avatar
12 votes
2 answers
55k views

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 ...
N0xus's user avatar
  • 2,754
2 votes
4 answers
7k views

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 '...
user1600801's user avatar
0 votes
2 answers
1k views

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 ...
Ethan Allen's user avatar
  • 14.9k
1 vote
2 answers
1k views

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 ...
Xebeq's user avatar
  • 95
1 vote
2 answers
886 views

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 ...
SOXO's user avatar
  • 11
1 vote
1 answer
777 views

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:...
Alex9494's user avatar
  • 1,798
0 votes
3 answers
453 views

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 ...
Skrai2004's user avatar
0 votes
0 answers
516 views

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 ...
Guillaume Theret's user avatar
1 vote
1 answer
359 views

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 ...
hkaraoglu's user avatar
  • 1,345
-1 votes
2 answers
258 views

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 ...
Dũng Đỗ's user avatar
0 votes
1 answer
248 views

I have a SIGABRT error: Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'Could not load NIB in bundle: 'NSBundle (loaded)' with name 'SliderGaloreController'' ...
user3863704's user avatar
0 votes
0 answers
171 views

I have a UILabel to which I add a UITapGestureRecognizer: UITapGestureRecognizer* tap = [[UITapGestureRecognizer alloc] initWithTarget:self action:@selector(nomLabelClicked)]; [nomLabel ...
el-flor's user avatar
  • 1,476
0 votes
0 answers
57 views

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 '...
iOSBeginner's user avatar

15 30 50 per page