ok i keep getting that message on the debugger, and i have developed on Cocoa for mac OSX never for the iphone but for catching the exception i used try{
//code
}
@catch(NSException *e){
@throw e;
}
how can i find out what line of code is causing a exception?
//code
}
@catch(NSException *e){
@throw e;
}
how can i find out what line of code is causing a exception?