Hi,
i really try to integrate TTTableViewController in my app, but on
OS3b5 i fail.
I tried this example for a simple TTTableViewController with JSON
integration.
It works on Similator, but fails with SIGABRT on iPhone (running
OS3b5)
How can it be that there's an unrecognized selector?
(File TTURLRequestQueue.m:188)
if (_response.statusCode == 200) {
>TROUBLE AHEAD >> [_queue performSelector:@selector(loader:didLoadResponse:data:) withObject:self
withObject:_response withObject:_responseData];
} else {
The Example:
http://revetkn.com/?p=72
Console Output:
2009-05-18 13:18:25.781 Three20JsonExample[1151:207] Cache miss for
http://search.yahooapis.com/ImageSearchService/V1/imageSearch?appid=YahooDemo&query=lolcats&output=json
2009-05-18 13:18:28.399 Three20JsonExample[1151:207] *** -
[TTURLRequestQueue performSelector:withObject:withObject:withObject:]:
unrecognized selector sent to instance 0x215b00
2009-05-18 13:18:28.464 Three20JsonExample[1151:207] *** Terminating
app due to uncaught exception 'NSInvalidArgumentException', reason:
'*** -[TTURLRequestQueue
performSelector:withObject:withObject:withObject:]: unrecognized
selector sent to instance 0x215b00'
2009-05-18 13:18:28.479 Three20JsonExample[1151:207] Stack: (
808001701,
805397928,
808005509,
807501935,
807464352,
175951,
810989469,
810989341,
833652909,
833598161,
833597893,
833597805,
833597677,
833597581,
807749875,
807747947,
839185060,
814678044,
814671668,
8381,
8244
)
terminate called after throwing an instance of 'NSException'
Program received signal: “SIGABRT”.
Any Help would be really great, i'm kinda new to ObjC.
- Peter