NSCFType的iOSexception是什么?
我的代码工作了一段时间,但有时会抛出以下exception。 这个错误与内存pipe理有关吗? 我寻找什么? 代码稍后指定。 帮助赞赏。 谢谢
iNMV [1067:307] – [__ NSCFType stringByAppendingString:]:无法识别的select器发送到实例0x10dc90。
iNMV [1067:307]exception:捕获NSInvalidArgumentException: – [__ NSCFType stringByAppendingString:]:无法识别的select器发送到实例0x10dc90
NSString *url = [realURLArray objectAtIndex:page * [svc maxNumberOfImages] + i]; NSString *thumbUrl = [url stringByAppendingString:@".128x128.jpg"];
添加objc_exception_throw
断点, -[NSException raise]
和malloc_error_break
(我为所有项目设置)。 然后debugging你的应用程序(启用断点运行),当你遇到这个exception,find你的代码块并检查你的variables的值。
另外,你确定math吗? 如果你的页码是从1开始的,你每页有10个图像,而你想要图像在i = 5,那么你的math就会给你图像15,而不是图像5。
我猜你有你的URL数组中的URL,而不是string。 这是说,url没有这个function。
- NSInteralInconsistencyException – UIKeyboardLayoutAlignmentView
- 当我在设备上运行我的应用程序时,dyld`gdb_image_notifierexception
- CRASH:*** – :index bound 4294967295 beyond bounds
- “这个class级不是关键的价值…”
- 如何从obj-c / ios的堆栈跟踪中获取源代码行
- 如何捕捉Swift崩溃并做一些日志logging
- '+ entityForName:nil不是合法的NSManagedObjectContext参数 – 核心数据
- 我怎样才能解决NSInvalidUnarchiveOperationException
- 'NSInvalidArgumentException':尝试滚动到无效的索引path