Skip to content
This repository was archived by the owner on May 3, 2021. It is now read-only.

Doesn't support iOS 8 via Carthage? #85

Closed
Quarezz opened this issue Nov 18, 2015 · 5 comments
Closed

Doesn't support iOS 8 via Carthage? #85

Quarezz opened this issue Nov 18, 2015 · 5 comments
Labels

Comments

@Quarezz
Copy link

Quarezz commented Nov 18, 2015

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?

@kean
Copy link
Owner

kean commented Nov 18, 2015

My bad, deployment target is set to iOS 9.

@Quarezz
Copy link
Author

Quarezz commented Nov 18, 2015

Will you change it to different value or this is how it supposed to be?

@kean
Copy link
Owner

kean commented Nov 18, 2015

Yep, I'm changing it right now. It should be iOS 8.0+

@Quarezz
Copy link
Author

Quarezz commented Nov 18, 2015

Cool, thank you 👍

@kean
Copy link
Owner

kean commented Nov 18, 2015

@kean kean closed this as completed Nov 18, 2015
@kean kean added the bug label Nov 18, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants