What is the error listed below?
2011-02-23 21:24:12.218 Success[7238:207] * Terminating app due to uncaught exception \'NSInternalInconsisten
I have got the same problem, but it was because i wrote the extension .xib and it is not neccessary
token_view = [[GetToken alloc] initWithNibName:@"GetToken_iPad.xib" bundle:nil];
instead of
token_view = [[GetToken alloc] initWithNibName:@"GetToken_iPad" bundle:nil];