We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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工程下面
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
No branches or pull requests
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工程下面
The text was updated successfully, but these errors were encountered: