You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
line 289 in EGOCache.m method - (UIImage*)imageForKey:(NSString*)key. [NSKeyedUnarchiver unarchiveObjectWithFile:cachePathForKey(_directory, key)] return nil and throw a exception: *** -[NSKeyedUnarchiver initForReadingWithData:]: incomprehensible archive (0xffffffff, 0xffffffd8, 0xffffffff, 0xffffffe0, 0x0, 0x10, 0x4a, 0x46)
Does anyone else have this problem? I got this problem while using EGOImageLoading.
The text was updated successfully, but these errors were encountered:
line 289 in EGOCache.m method
- (UIImage*)imageForKey:(NSString*)key
.[NSKeyedUnarchiver unarchiveObjectWithFile:cachePathForKey(_directory, key)]
return nil and throw a exception:*** -[NSKeyedUnarchiver initForReadingWithData:]: incomprehensible archive (0xffffffff, 0xffffffd8, 0xffffffff, 0xffffffe0, 0x0, 0x10, 0x4a, 0x46)
Does anyone else have this problem? I got this problem while using
EGOImageLoading
.The text was updated successfully, but these errors were encountered: