-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
KingfisherManager.swift: Use of local variable 'handleNoCache' before its declaration #700
Comments
May I know what the Swift / Xcode version you are using? |
hey, the error message is so, you should move handleNoCache function to above line 212. Maybe i will create pull-request later. |
@onevcat I am using swift 3.0.2 and xcode 8.2.1 |
@arkth-araya i can confirm that moving the function above the line, every works is fine. i think its due to the last version of swift. Thanks |
Seem it is a non-back-compatible change in Swift 3.1. I'll merge it and tag a new version now. |
#700 Fix 'handleNoCache' before its declaration
Fixed in 3.10.1 |
onevcat#700 Fix 'handleNoCache' before its declaration
Hi every body,
at first i want to thank the creator for this library.
My problem is
I have used kingfisher in one of my iOS projects which i'm trying to update the swift version from 2.x -> 3.x. All other libraries are complied except Kingfisher which throws the exception "Use of local variable 'handleNoCache' before its declaration" in file KingfisherManager.swift
My Pod file is:
Can someone that had faced this problem, help me solve it?
Thank you in advance
The text was updated successfully, but these errors were encountered: