Closed mc7h closed 5 years ago
When using a properly configured ttlCache my app crashes with [NSHTTPURLResponse findMaxAge]:
ttlCache
[NSHTTPURLResponse findMaxAge]:
I believe this is because NSHTTPURLResponse+MaxAge.m isn't included in the PINRemoteImage target.
NSHTTPURLResponse+MaxAge.m
PINRemoteImage
I confirmed this by making the changes in my local Checkout and rebuilding via carthage.
When using a properly configured
ttlCache
my app crashes with[NSHTTPURLResponse findMaxAge]:
I believe this is because
NSHTTPURLResponse+MaxAge.m
isn't included in thePINRemoteImage
target.