Guest User

Untitled

a guest
Aug 17th, 2018
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. run error sends me to code I didn't write
  2. int main(int argc, char *argv[])
  3. {
  4. NSAutoreleasePool *pool = [[NSAutoreleasePool alloc] init];
  5. THIS LINE ==> int retVal = UIApplicationMain(argc, argv, nil, nil);
  6. [pool release];
  7. return retVal;
  8. }
  9.  
  10. 2011-10-27 21:03:17.690 My Program[55441:207] Unbalanced calls to begin/end appearance transitions for <UITabBarController: 0x68181f0>.
  11. (lldb)
Add Comment
Please, Sign In to add comment