【发布时间】:2012-04-14 14:36:32
【问题描述】:
FinalViewWithSending *newView = [[FinalViewWithSending alloc]initWithNibName:@"FinalViewWithSending" bundle:nil];
newView.modalTransitionStyle = UIModalTransitionStyleFlipHorizontal;
[self presentModalViewController:newView animated:YES]; //it crashes here with a thread 1 error, SIGABRT error..
上面写着:
"Terminating app due to uncaught exception 'NSUnknownKeyException',
reason: '[<FinalViewWithSending 0x1bef70> setValue:forUndefinedKey:]: this class is not key value coding-compliant for the key loginButton.'"
没有名为 loginButton 的变量,所以我不知道为什么会出错...
谢谢
【问题讨论】:
-
您的错误相关代码尚未上传,请补充。
标签: xcode modalviewcontroller viewcontroller sigabrt