问题:
Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: 'Application tried to present modally an active controller .'
解决:
判断controller是不是有presentedViewController
if ([U...
分类:
移动开发 时间:
2015-04-22 14:01:02
阅读次数:
521
self.model=[[DataModel alloc]init];
[self.model setValue:@"searph" forKey:@"stockName"];
[self.model setValue:@"10.0" forKey:@"price"];
[self.model addObserver:self forKeyPath:@"price" ...
分类:
移动开发 时间:
2015-04-20 18:32:29
阅读次数:
152
错误(cell.contact = self.contacts[indexPath.row])(报错语句)Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[UITableViewCell setContact:]: unrecognized selector sent to insta...
分类:
其他好文 时间:
2015-04-16 17:36:04
阅读次数:
131
xib连线问题Terminating app due to uncaught exception 'NSUnknownKeyException', reason: '[setValue:forUndefinedKey:]: this class is not key value coding-com...
分类:
移动开发 时间:
2015-04-15 10:53:21
阅读次数:
133
IOS中运行出现如下错误的解决办法*** Terminating app due to uncaught exception 'NSUnknownKeyException', reason: '[ setValue:forUndefinedKey:]: this class is not key v...
分类:
移动开发 时间:
2015-04-12 11:56:46
阅读次数:
146
exception in initAndListen: 12596 old lock file, terminating...
分类:
其他好文 时间:
2015-04-01 15:33:51
阅读次数:
151
今天开发APP的时候,出现如下错误:
2015-03-27 21:03:02.816 Lightta[4120:1592638] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '*** -[__NSCFConstantString stringByAppendingStr...
分类:
其他好文 时间:
2015-03-27 22:15:59
阅读次数:
198
今天运行一个场景时候,welcome场景可以旋转,进入主场景后发现只要旋转手机屏幕就会crash。*** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'UnityDefaultViewController should be used only if unity is se...
分类:
编程语言 时间:
2015-03-08 15:45:50
阅读次数:
402
IBM 的x3850 x5系列的PC Server存在USB开启dhcp功能,从而导致usb网卡可能占用HAIP的缺陷,生产环境中的此类机器上运行的RAC数据库环境,需要关闭USB0的自动获取dhcp功能,给USB0配置静态IP。...
分类:
其他好文 时间:
2015-02-08 10:21:57
阅读次数:
428