React-native-firebase: error ios on 4.0.0-rc.3

Created on 28 Mar 2018  路  5Comments  路  Source: invertase/react-native-firebase

node_modules/react-native-firebase/ios/RNFirebase/firestore/RNFirebaseFirestore.m:209:16: no visible @interface for 'FIRFirestore' declares the selector 'enableNetworkWithCompletion:'

Most helpful comment

@sibelius Run pod update, you need to be on iOS pods v4.11.0+

All 5 comments

@sibelius Run pod update, you need to be on iOS pods v4.11.0+

not using pod, gonna upgrade native sdk

tks

Here-in lies the benefits of pods ;)

am I missing anything here

import "RNFirebaseMessaging.h"

AppDelegate.m:74:24: no known class method for selector 'didReceiveLocalNotification:'

[RNFirebaseMessaging didReceiveLocalNotification:notification];

Was this page helpful?
0 / 5 - 0 ratings