带有NSError的NSLog和带有managedObjectContext的NSArray
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了带有NSError的NSLog和带有managedObjectContext的NSArray相关的知识,希望对你有一定的参考价值。
Prints content from an NSError or NSArray content from a managedObjectContext.
NSError *errord; error:&errord]; if (!array) { NSLog(@"Error: %@", errord); return; } NSLog(@"Count of managedObjectContext: %d %@", [array count], array);
以上是关于带有NSError的NSLog和带有managedObjectContext的NSArray的主要内容,如果未能解决你的问题,请参考以下文章
NSString 失败,应用程序崩溃尝试 NSLog NSError
无法使用类型为“的参数列表”调用“jsonObject”(带有:NSData,选项:JSONSerialization.ReadingOptions,错误:inout NSError?)