gsdios / SDCycleScrollView

Autoscroll Banner. 无限循环图片、文字轮播器。
MIT License
6.18k stars 1.5k forks source link

generate_multiple_pod_projects: true cause bug #635

Open FunnyerFeng opened 4 years ago

FunnyerFeng commented 4 years ago

when i use "install! 'cocoapods', generate_multiple_pod_projects: true" in my podfile issue me: 'SDWebImageManager.h' file not found it should be use:

import <SDWebImage/SDWebImageManager.h>

import <SDWebImage/UIImageView+WebCache.h>