I had a Xcode project working fine. I changed the name of the project, closed Xcode and reopened the project.
Now everything is cool except for a line in Bridging-Header.h
There is a line which includes #import <SDWebImage/UIImageView+WebCache.h> in my Bridging-Header.h
#import <SDWebImage/UIImageView+WebCache.h>
Error message is 'SDWebImage/UIImageView+WebCache.h' file not found
'SDWebImage/UIImageView+WebCache.h' file not found
I changed the name to the old one but still same issue. What can I do for that ?
1.4m articles
1.4m replys
5 comments
57.0k users