When creating an UIWebView inside an unit test I get EXC_BAD_ACCESS
:
-(void)test1 {
[[UIWebView alloc] initWithFrame:CGRectZero]; // EXC_BAD_ACCESS
}
Is there a special configuration to run units test that involve UIWebView?
I'm using OCUnit/SenTest on XCode 4.2.