-
Notifications
You must be signed in to change notification settings - Fork 103
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
yarn ios 报错 #92
Comments
i have same issue... |
1 similar comment
i have same issue... |
i have the same issue. React-native 0.70.6 |
This problem is caused by the order of the header files in OSSService.h. Just move this headers to the bottom and it will be resolved.
|
yarn ios的时候报错
pod install
安装的aliyun-oss-react-native (1.0.0-alpha.7) 和 AliyunOSSiOS (2.10.16)
ios/Pods/Headers/Private/AliyunOSSiOS/OSSCompat.h:18:12: error: cannot find interface declaration for 'OSSClient'
@interface OSSClient (Compat)
The following build commands failed:
CompileC xxxx/Library/Developer/Xcode/DerivedData/xxx/Objects-normal/x86_64/RNAliyunOSS+OBJECT.o xxx/node_modules/aliyun-oss-react-native/ios/RNAliyunOSS+OBJECT.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target 'aliyun-oss-react-native' from project 'Pods')
The text was updated successfully, but these errors were encountered: