NameBlack
Results
1
issues of
NameBlack
cocoapods配置: install! 'cocoapods', :generate_multiple_pod_projects => true, :disable_input_output_paths => true 错误提示:SDCycleScrollView.m:36:9 'SDWebImageManager.h' file not found 解决方案1: SDCycleScrollView 使用#import 引入第三方文件 解决方案2: pod 'SDWebImage',:project_name => 'SDCycleScrollView' ,设置SDWebImage 安装归类到SDCycleScrollView工程下面