Im calling a REST service from iPhone and my code doesn't contain any errors.But when I run
theproject Im getting error like:"Program received signal SIGABRTeceived signal " at the following
line
I couldn't understand whats going wrong?How to rectify it?
Thanks..
theproject Im getting error like:"Program received signal SIGABRTeceived signal " at the following
line
Code:
int main(int argc, char *argv[])
{
NSAutoreleasePool *pool = [[NSAutoreleasePool alloc] init];
int retVal = UIApplicationMain(argc, argv, nil, nil); // error at this line//
[pool release];
return retVal;
}
I couldn't understand whats going wrong?How to rectify it?
Thanks..
Last edited by a moderator: