问题描述
|
我在iOS 3.2上收到以下错误:
dyld: Symbol not found: _OBJC_CLASS_$_NSCache
Referenced from: /var/mobile/Applications/884C05DF-261D-4581-96CD-3727103C5832/speedymap.app/speedymap
Expected in: /System/Library/Frameworks/CoreFoundation.framework/CoreFoundation
in /var/mobile/Applications/884C05DF-261D-4581-96CD-3727103C5832/speedymap.app/speedymap
Data Formatters temporarily unavailable,will re-try after a \'continue\'. (Not safe to call dlopen at this time.)
我对'1'班不了解。我什至没有使用它。
解决方法
iOS1ѭ类从iOS4.0开始可用,因此尝试在3.2上使用它会导致错误。如果您不直接使用它-检查是否使用仅4.0+的其他一些类/方法(或者可能是第三方库)-它们可能在内部使用
NSCache
。
,我认为您可以删除或更新当前从另一个类引用的一个源文件