'SDWebImageCompat.h' file not found error

Multi tool use


'SDWebImageCompat.h' file not found error
I'm having this error with my SDWebImage library 'SDWebImageCompat.h' file not found from since I install this pod every day I face new error yesterday it was work fine I didn't even touch any file or change his location know I have these error I search for this error and I didn't found a solution
i'm using xcode last version 9 swift 4 i didn't install SDWebImage with version just pod 'SDWebImage'
edits have been made
– mazenqp
Dec 7 '17 at 8:28
Latest xCode version is 9.2 . Once you install pod file through terminal, It will be print SDWebImage version. Make sure, you are using the latest one
– Sujewan
Dec 7 '17 at 8:36
look man it's the last one I'm sure but even that not fixing my problem every bod is auto install the last V
– mazenqp
Dec 7 '17 at 8:40
You are opening workspace and not project?
– Mohammad Sadiq
Dec 7 '17 at 9:05
1 Answer
1
Remove folder with SDWebImage in Finder and run pod install
. In my case some files of this pod were missing on filesystem.
pod install
By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.
Mention your current xCode version, swift version and SDWebImage version you are using now
– Sujewan
Dec 7 '17 at 8:14