iOS应用程序在单击文本字段或textview时崩溃

时间:2014-07-10 10:51:20

标签: ios objective-c exc-bad-access

我的应用程序有许多视图,有很多表单。当我尝试使用我的应用程序时,单击并滚动每个位置。当我尝试单击文本字段或文本视图时,我发现我的应用程序崩溃了EXC_BAD_ACCESS。我在不同的崩溃中遇到以下错误:

 1. `-[__NSDictionaryM keyboardDidShow:]: unrecognized selector sent to instance 0x16589960
Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[__NSDictionaryM keyboardDidShow:]: unrecognized selector sent to instance 0x16589960'`

 2. `-[__NSSetM keyboardDidShow:]: unrecognized selector sent to instance 0x15ee3650
Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[__NSSetM keyboardDidShow:]: unrecognized selector sent to instance 0x15ee3650'`

 3. `-[NSISLinearExpression keyboardDidShow:]: unrecognized selector sent to instance 0x14760360
Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[NSISLinearExpression keyboardDidShow:]: unrecognized selector sent to instance 0x14760360'`

 4. `-[__NSCFString keyboardDidShow:]: unrecognized selector sent to instance 0x17e00e10
Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[__NSCFString keyboardDidShow:]: unrecognized selector sent to instance 0x17e00e10'`

崩溃的原因是什么?

0 个答案:

没有答案