Open yz--lmy opened 4 years ago
Insert '_Nullable' if the pointer may be null Insert '_Nonnull' if the pointer should never be null
就不能把这些警告处理下吗?
鉴于 issues 里那么多 crash 都还没有人修,warnings 还是直接处理下吧,毕竟不影响使用。
pod "Weibo_SDK", :git => "https://github.com/sinaweibosdk/weibo_ios_sdk.git", :inhibit_warnings => true
Insert '_Nullable' if the pointer may be null Insert '_Nonnull' if the pointer should never be null
就不能把这些警告处理下吗?