dpa99c / cordova-plugin-firebasex

Cordova plugin for Google Firebase
MIT License
571 stars 467 forks source link

Module 'FirebaseMessaging' not found #683

Open PeKuki opened 2 years ago

PeKuki commented 2 years ago

I am getting this error "Module 'FirebaseMessaging' not found " in Xcode. Pods: pod 'ZXingObjC', '3.6.5' pod 'Firebase/Core', '8.4.0' pod 'Firebase/Auth', '8.4.0' pod 'Firebase/Messaging', '8.4.0' pod 'Firebase/Functions', '8.4.0' pod 'Firebase/Performance', '8.4.0' pod 'Firebase/RemoteConfig', '8.4.0' pod 'Firebase/InAppMessaging', '8.4.0' pod 'FirebaseFirestore', :git => 'https://github.com/invertase/firestore-ios-sdk-frameworks.git', :tag => '8.4.0' pod 'Firebase/Crashlytics', '8.4.0' pod 'GoogleSignIn', '5.0.2' pod 'GoogleTagManager', '7.3.1'

codexsysin commented 2 years ago

We've fixed this issue by adding

and also matching the ios version number on both the Pod file and Deployment Target.

Deployment Target:

Screenshot 2022-03-03 at 12 58 54 AM

Pod File:

Screenshot 2022-03-03 at 12 59 14 AM

@PeKuKi Kindly close this issue if the above implementation works