-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
how to support webp image ? #326
Comments
i use podfile and add to podfile :
It working for me. |
Check your Xcode version. What version are you on?
… On Oct 25, 2018, at 7:14 AM, Xian Hong ***@***.***> wrote:
i use podfile and add to podfile :
pod 'SDWebImage/WebP'
It working for me.
I did that , and run pod install , but I got this error ,
<https://user-images.githubusercontent.com/17663111/47506313-5eb4aa00-d8a2-11e8-89c2-f3f282c75121.png>
fastimage SDWebImage duplicate with pod SDWebImage .
<https://user-images.githubusercontent.com/17663111/47506620-0af69080-d8a3-11e8-9c54-e2756779c9da.png>
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub <#326 (comment)>, or mute the thread <https://github.com/notifications/unsubscribe-auth/ADdoSdJ1BIVtD1JK0Ls_6alPMhBp5iAqks5uocdCgaJpZM4X574M>.
|
Remove lib FastImage.xcodeproj in libraries on xcode, below image: |
Can you use FastImage component after removing FastImage.xcodeproj? @XHTeng |
@BBTurtle @XHTeng I'm with @evanbinyang, wouldn't that mean you'd no longer be able to use the FastImage component? |
I using podfile in iOS, not link FastImage.xcodeproj and link manual in Android |
I found that contains libwebp directory , but still can't display webp image , how to solute it ?
The text was updated successfully, but these errors were encountered: