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 |
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
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..
请问你是怎么修复的,我也遇到了同样的问题
Most helpful comment
It got resolved yesterday thanks guys..