App Breaking in main.m - suspected retaining issue?

Posted by ct2k7 on Stack Overflow See other posts from Stack Overflow or by ct2k7
Published on 2010-04-08T00:48:01Z Indexed on 2010/04/08 0:53 UTC
Read the original article Hit count: 361

Filed under:
|

Hello, my app appears to be breaking in main.m on a line with contents:

int retVal = UIApplicationMain(argc, argv, nil, nil);

What does that line do, and why could it cause a breakpoint to fail?

© Stack Overflow or respective owner

Related posts about iphone

Related posts about objective-c