Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SDCycleScrollView.m:36:9 'SDWebImageManager.h' file not found #735

Open
NameBlack opened this issue Sep 11, 2024 · 1 comment
Open

SDCycleScrollView.m:36:9 'SDWebImageManager.h' file not found #735

NameBlack opened this issue Sep 11, 2024 · 1 comment

Comments

@NameBlack
Copy link

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 <SDWebImage/SDWebImageManager.h> 引入第三方文件
解决方案2: pod 'SDWebImage',:project_name => 'SDCycleScrollView' ,设置SDWebImage 安装归类到SDCycleScrollView工程下面

@chinaiOSSwift
Copy link

chinaiOSSwift commented Sep 11, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants