Got exc_bad_access (code=2 address=0xc) error at following line
createMeetUPViewController = [[CreateMeetupViewController alloc] init];
[self.navigationController pushViewController:createMeetUPViewController animated:YES];
While I am trying to navigate from one viewcontroller to next viewcontroller I got this error.Please help.Thank you in advance.
I declared property and synthesise for view controller and it works.