-(IBAction)enterVeryBasics:(id)sender {
VeryBasics *enterIntro = [[VeryBasics alloc]initWithNibName:Nil bundle:Nil];
[self presentModalViewController:enterIntro animated:YES];
[enterIntro release];
}
У меня есть этот код здесь, и на [self presentModalViewController:enterIntro animated:YES];
он дает мне SIGABRT
У меня есть несколько других действий в одном и том же файле .m, но у них нет той же проблемы.