tencentyun / qcloud-sdk-ios

腾讯云服务iOS终端SDK
http://qcloud.com
38 stars 26 forks source link

SwiftCompiler Warning #15

Closed leacode closed 4 years ago

leacode commented 5 years ago

为了帮助我们更好的解决您的问题,请您先回答下面的几个问题。

出现超多SwiftCompiler Warning Pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified)

因为Swift bridge使用OC的时候,需要OC代码做一些空类型的指定,会使代码更安全,希望能够优化一下这方面的代码。

另外建议提供Swift的demo,只是建议。

15809284891 commented 5 years ago

好的,感谢您的反馈,更新之后会在这里同步

15809284891 commented 4 years ago

您好,感谢您的反馈,5.6.7修复了编译警告,并且提供了swift版本的demo https://github.com/tencentyun/qcloud-sdk-ios-samples/tree/master/QCloudCOSXMLSwfitDemo

15809284891 commented 4 years ago

请集成5.6.9或者5.6.9以上的sdk,编译问题已修复