App Breaking in main.m - suspected retaining issue?
- by ct2k7
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?