skip to Main Content

FirebaseSessions Swift error with Xcode 12.5.1 – React native

I've followed the following tutorial to add Firebase to our iOS App https://rnfirebase.io/#3-ios-setup, however I keep getting the following error Cannot convert value of type 'UnsafeRawPointer' to expected argument type 'UnsafePointer<pb_byte_t>?' (aka 'Optional<UnsafePointer>') This is my Pod file require_relative '../node_modules/@react-native-community/cli-platform-ios/native_modules'…

VIEW QUESTION
Back To Top
Search