我下载了一个应用程序演示进行学习,在解决了我发现的一些问题之后,我再次陷入困境,这次我无法处理它。
在此错误之前我遇到了另一个错误。 #import" MagicalPanda / MagicalRecord.h'文件未找到。 我根据https://github.com/magicalpanda/MagicalRecord/blob/master/Docs/Installing-MagicalRecord.md解决它,我使用CocoaPods并添加pod' MagicalRecord / CocoaLumberjack'到我的Podfile,然后我有以下错误。
MRLogWarn(@"Property '%@' not found in %lx properties for %@", propertyName, (unsigned long)[propDict count], NSStringFromClass(self));
enter image description here 就像这样。
我现在能做什么。