I've just update XCode to Version 12 and I'm using Firebase. I've updated pods as well but when I build the project it's giving me error:
Double-quoted include "pb.h" in framework header, expected angle-bracketed instead
These errors are multiple and in the pod of GoogleDataTransport
Even if I replace "" with <> it still doesn't go away.

