Could someone please help me with a crash log? The bug has been winding me up for ages and it's got to the point where I have to admit default and ask for help!
Would I be right in thinking that it cant find [NewsUnifiedFeedListTableViewController dataSourceDidFinishLoadingNewData]?
If someone can see more info in the log please let me know as I'm having trouble! Also why would it not be able to find the selector if that is the problem when it works 99% of the other time?
Plus is it related to:
Note that the above came from another device just in case the HEX numbers are meaningful. Plus could it be cause by the following line?
If so it doesn't explain the crash log as that still happened with that line commented out!
Anyway, any help with the crash will be really appreciated.
Would I be right in thinking that it cant find [NewsUnifiedFeedListTableViewController dataSourceDidFinishLoadingNewData]?
If someone can see more info in the log please let me know as I'm having trouble! Also why would it not be able to find the selector if that is the problem when it works 99% of the other time?
Exception Type: EXC_CRASH (SIGABRT)
Exception Codes: 0x00000000, 0x00000000
Crashed Thread: 0
Thread 0 Crashed:
0 libSystem.B.dylib 0x00078ac8 __kill + 8
1 libSystem.B.dylib 0x00078ab8 kill + 4
2 libSystem.B.dylib 0x00078aaa raise + 10
3 libSystem.B.dylib 0x0008d03a abort + 50
4 libstdc++.6.dylib 0x00044a20 __gnu_cxx::__verbose_terminate_handler() + 376
5 libobjc.A.dylib 0x00005958 _objc_terminate + 104
6 libstdc++.6.dylib 0x00042df2 __cxxabiv1::__terminate(void (*)()) + 46
7 libstdc++.6.dylib 0x00042e46 std::terminate() + 10
8 libstdc++.6.dylib 0x00042f16 __cxa_throw + 78
9 libobjc.A.dylib 0x00004838 objc_exception_throw + 64
10 CoreFoundation 0x000a167c -[NSObject(NSObject) doesNotRecognizeSelector:] + 96
11 CoreFoundation 0x000491d2 ___forwarding___ + 502
12 CoreFoundation 0x00048f88 _CF_forwarding_prep_0 + 40
13 NewsReader 0x0001cec0 -[NewsUnifiedFeedListTableViewController dataSourceDidFinishLoadingNewData] (NewsUnifiedFeedListTableViewController.m:608)
14 NewsReader 0x0001cf60 -[NewsUnifiedFeedListTableViewController doneLoadingTableViewData] (NewsUnifiedFeedListTableViewController.m:572)
15 Foundation 0x00020e86 __NSFireDelayedPerform + 362
16 CoreFoundation 0x000567f4 __CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION__ + 8
17 CoreFoundation 0x000562a6 __CFRunLoopDoTimer + 854
18 CoreFoundation 0x0002779e __CFRunLoopRun + 1082
19 CoreFoundation 0x00027270 CFRunLoopRunSpecific + 224
20 CoreFoundation 0x00027178 CFRunLoopRunInMode + 52
21 GraphicsServices 0x000045ec GSEventRunModal + 108
22 GraphicsServices 0x00004698 GSEventRun + 56
23 UIKit 0x0000411c -[UIApplication _run] + 396
24 UIKit 0x00002128 UIApplicationMain + 664
25 NewsReader 0x00002bfe main (main.m:14)
26 NewsReader 0x00002b94 start + 44
Plus is it related to:
PHP:
NSInvalidArgumentException: -[NSCFString state]: unrecognized selector sent to instance 0x260e50
PHP:
[newsTabBar.button setTitle:@"View Sources" forState:UIControlStateNormal];
Anyway, any help with the crash will be really appreciated.