I have recently installed Firebase using Pods to my project. While everything works fine with my app functionally, I am observing multiple Buildtime warning messages for gPRC-Core and gRPC-C++. See screenshot below. It is the same error message for every warning which states:
Anonymous non-C-compatible type given name for linkage purposes by typedef declaration; add a tag name here
I have updated my cocoapods to the latest version and all my pods for Firebase are also up-to-date.
Will this cause any problems for me in the future? Is there any way of getting rid of these warnings because more than anything else, it is annoying to see warnings in my project which i can't clear?
Any feedback would be greatly appreciated. Cheers!
