Sdwebimage: Error of FlAnimatedImageView.h file not found please help

Created on 10 May 2017  ·  10Comments  ·  Source: SDWebImage/SDWebImage

New Issue Checklist

Issue Info

Info | Value |
-------------------------|-------------------------------------|
Platform Name | IOS
Platform Version | 9.0
SDWebImage Version | e.g. 3.7.6
Integration Method | manually
Xcode Version | Xcode 8
Repro rate | all the time (100%)
Repro with our demo prj |
Demo project link |

Issue Description and Steps

After copied the files of SDWimage i m getting FLAnimatedImageView.h not found in an integrated project while i created the different project only with SDWimage files its working .please help unable to proceed

SideMenu.zip

Most helpful comment

It got resolved yesterday thanks guys..

All 10 comments

how did you install SDWebimage? did you check this

@aaaamruta FLAnimatedImage was only introduced in version 4.0 of our library. If you're using 3.7.6 (as you say in the description), you need to upgrade.

@bpoplauschi :Sorry its not 3.7.6 ..please help

@mythodeia yes i had checked the same.please help

which version of this library are you using? how did you install this library in your project?

version is 4.0,I installed this library by adding the files manually (dragging ) and then importing in the bridge header file

version 4.0 ,I tried installing through terminal via pod install still getting the same issue ...please help cant proceed without this ..below is the code in pod file

source 'https://github.com/CocoaPods/Specs.git'
platform :ios, ‘9.0’
use_frameworks!

target 'SideMenu' do

pod 'SDWebImage', '~> 4.0’

end

@aaaamruta if you read the install instructions https://github.com/rs/SDWebImage#animated-images-gif-support you can see you need to specify the GIF subspec:
pod 'SDWebImage/GIF'

It got resolved yesterday thanks guys..

请问你是怎么修复的,我也遇到了同样的问题

Was this page helpful?
0 / 5 - 0 ratings

Related issues

cyanzhong picture cyanzhong  ·  5Comments

paul-lavoine picture paul-lavoine  ·  4Comments

rpstro02 picture rpstro02  ·  3Comments

ToLengSon picture ToLengSon  ·  3Comments

mohacs picture mohacs  ·  5Comments