码迷,mamicode.com
首页 > 移动开发 > 详细

iOS 程序报错:reason: [NSArrayI addObject:]: unrecognized selector sent to instance

时间:2015-11-12 11:50:52      阅读:239      评论:0      收藏:0      [点我收藏+]

标签:

 

*** Terminating app due to uncaught exception ‘NSInvalidArgumentException‘, reason: ‘-[__NSArrayI addObject:]: unrecognized selector sent to instance 0x4b17be0‘

 

错误:NSArray 不能使用 addObject:方法。可能是在程序运行的过程中,NSMutableArray转为了NSArray。

解决方案:核查数组,看看是否在NSArray 之后使用了addObject:方法 。

 

iOS 程序报错:reason: [NSArrayI addObject:]: unrecognized selector sent to instance

标签:

原文地址:http://www.cnblogs.com/jukaiit/p/4958339.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!