Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

bl4kh4k

macrumors newbie
Original poster
May 16, 2010
2
0
Hi everyone, I need a bit of help as I'm not too knowledgable about objective-c yet. I had the code and interface builder declarations connected so that the app worked and go to the table would slide (still my issue was the code i wrote from an array wasn't inputting into the table cells)... but now the app just closes itself. I don't get any warnings or issues. I think its a problem with how I connected things in interface builder. I've attached the project as a zip file. Please if anybody could point me in the right direction. Thank you.
 

Attachments

  • iGenie.zip
    685.7 KB · Views: 62
Are you running it in debug mode? if not try that and tell us what the stacktrace comes out to be.
 
This is the first time i've debugged it... but looking at it seems that ListViewController has an exception. That being said, I don't understand why, because I'm using a TableViewController. It's all in the zip file in my first reply. Any thoughts?
My stack trace is below:

Code:
[Session started at 2010-05-16 19:43:32 -0400.]
2010-05-16 19:43:36.135 iGenie[4373:207] Unknown class ListViewController in Interface Builder file.
2010-05-16 19:43:36.152 iGenie[4373:207] *** Terminating app due to uncaught exception 'NSUnknownKeyException', reason: '[<UIViewController 0x390fb70> setValue:forUndefinedKey:]: this class is not key value coding-compliant for the key tableView.'
2010-05-16 19:43:36.161 iGenie[4373:207] Stack: (
    29291611,
    2564801801,
    29450689,
    223848,
    222389,
    4559988,
    29194543,
    4554539,
    4562807,
    3248395,
    3241959,
    3241677,
    3292062,
    3287177,
    3294702,
    3290326,
    4432528,
    55808688,
    55808111,
    55806150,
    55805242,
    2727589,
    2751284,
    2733695,
    2760801,
    37387609,
    29076352,
    29072456,
    2727445,
    2764719
)
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.