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
具体报错: cannot find interface declaration for 'OSSClient' 原因: OSSCompat.h --> OSSService.h --> OSSGetObjectTaggingRequest.h --> AliyunOSSiOS.h --> OSSCompat.h
The text was updated successfully, but these errors were encountered:
我也遇到了此问题
Sorry, something went wrong.
怎么解决呢
用老版本即可 - -
不要用官网的引入头文件:#import <AliyunOSSiOS/OSSService.h> 该用README.MD中引入头文件:#import <AliyunOSSiOS/AliyunOSSiOS.h>
No branches or pull requests
具体报错:
cannot find interface declaration for 'OSSClient'
原因:
OSSCompat.h --> OSSService.h --> OSSGetObjectTaggingRequest.h --> AliyunOSSiOS.h --> OSSCompat.h
The text was updated successfully, but these errors were encountered: