Description
I added ZoomVideoSDK framework to my project. After I build it I get a couple of warnings from the compiler. It says:
“Pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified)”
There are two functions with these warnings: subscribeWithDelegate and unSubscribeWithDelegate, they are located in ZoomVideoSDKRenderer.h. Did anybody run into the same?
Which iOS Video SDK version?
1.3.2 but the same warnings were in 1.3.1
To Reproduce(If applicable)
Steps to reproduce the behavior:
- Add ZoomVideoSDK framework to project
- Build
- Open issue navigator in Xcode
- See warnings
Screenshots
Smartphone (please complete the following information):
- Device: iPhone 12
- OS: iOS 15