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
{{ message }}
This repository was archived by the owner on May 3, 2021. It is now read-only.
Hi, I've tried to implement DFImageManager in my project via Carthage, but as soon as I run on iOS 8 - I get crash with info:
dyld: Symbol not found: _NSArray0
DFImageManager.framework/DFImageManager (which was built for iOS 9.0)
I've dug a little in the project settings and found: IPHONEOS_DEPLOYMENT_TARGET = 9.0 in settings.
Does that mean that you don't support iOS 8 anymore or is this just a mistake with Carthage setup?
The text was updated successfully, but these errors were encountered:
Hi, I've tried to implement DFImageManager in my project via Carthage, but as soon as I run on iOS 8 - I get crash with info:
dyld: Symbol not found: _NSArray0
DFImageManager.framework/DFImageManager (which was built for iOS 9.0)
I've dug a little in the project settings and found: IPHONEOS_DEPLOYMENT_TARGET = 9.0 in settings.
Does that mean that you don't support iOS 8 anymore or is this just a mistake with Carthage setup?
The text was updated successfully, but these errors were encountered: