This error occur on firebase.init()
I've found similar issue https://stackoverflow.com/questions/67908930/how-to-use-appevents-activateapp-in-12-0-0-version
i've made change in node_modules/@nativescript/firebase/firebase.ios.js
from: FBSDKAppEvents.activateApp()
to: FBSDKAppEvents.shared.activateApp();
and now everything works fine. @EddyVerbruggen , could you check if it make sense?
This error occur on firebase.init() I've found similar issue https://stackoverflow.com/questions/67908930/how-to-use-appevents-activateapp-in-12-0-0-version i've made change in node_modules/@nativescript/firebase/firebase.ios.js from: FBSDKAppEvents.activateApp() to: FBSDKAppEvents.shared.activateApp(); and now everything works fine. @EddyVerbruggen , could you check if it make sense?