array parameter ismissing a nullabillty type specifler (_Nonnul,_Nullable,or _null_unspecifled)
Same, I'm seeing 238 of these issues with Protobuf since upgrading to Xcode 8.3.
Yep. Same situation.
Same situation 馃憤
same here 馃憤
This is a duplicate of #2625. It's already fixed on master and the fix has been pulled to the 3.2.x branch. @TeBoring is cutting a 3.2.1 release soon so folks can use that to pull it.
Thanks, I didn't add Protobuf to my podfile, another google pod I use must be pulling it automatically, so I don't know how to force it to pull from master (either Firebase, AdMob or Fabric must be pulling it)
@thomasvl i have the same situation as @saldous . So how we can get rid of this warnings?
@thomasvl The same issue
i had the same issue, the pod was pulled with firebase, add this to your podfile pod 'Protobuf', :git => 'https://github.com/google/protobuf.git' and run pod install, it solved my problem with the warnings.
@saldous @mikestalker @iValkou
@SebastianKumor thanks! 馃憤
Most helpful comment
i had the same issue, the pod was pulled with firebase, add this to your podfile
pod 'Protobuf', :git => 'https://github.com/google/protobuf.git'and run pod install, it solved my problem with the warnings.@saldous @mikestalker @iValkou