chemerisuk / cordova-plugin-firebase-analytics

Cordova plugin for Firebase Analytics
MIT License
154 stars 306 forks source link

Module 'FirebaseCore' not found #217

Open pjdpaulsagnik opened 4 months ago

pjdpaulsagnik commented 4 months ago

Screenshot 2024-02-01 at 1 25 59 PM

Firebase Core, Firebase Analytics Not Found after installing.

Tried updating pods using

pods repo update pod install pod install cocapods

still not working

pjdpaulsagnik commented 4 months ago

Package.json { "name": "ProjectSkeleton", "version": "0.0.1", "author": "Ionic Framework", "homepage": "https://ionicframework.com/", "scripts": { "ng": "ng", "start": "ng serve", "build": "ng build", "test": "ng test", "lint": "ng lint", "e2e": "ng e2e" }, "private": true, "dependencies": { "@angular/common": "^7.2.2", "@angular/core": "^7.2.2", "@angular/forms": "^7.2.2", "@angular/http": "^7.2.2", "@angular/platform-browser": "^7.2.2", "@angular/platform-browser-dynamic": "^7.2.2", "@angular/router": "^7.2.2", "@ionic-native/android-permissions": "^5.8.0", "@ionic-native/app-version": "^5.15.0", "@ionic-native/barcode-scanner": "^5.17.1", "@ionic-native/camera": "^5.10.0", "@ionic-native/core": "^5.8.0", "@ionic-native/date-picker": "^5.15.0", "@ionic-native/device": "^5.9.0", "@ionic-native/diagnostic": "^5.8.0", "@ionic-native/downloader": "^5.26.0", "@ionic-native/facebook": "^5.36.0", "@ionic-native/fcm": "^5.15.0", "@ionic-native/file": "^5.11.0", "@ionic-native/file-opener": "^5.11.0", "@ionic-native/file-transfer": "^5.30.0", "@ionic-native/firebase-analytics": "^5.30.0", "@ionic-native/geolocation": "^5.11.0", "@ionic-native/keyboard": "^5.25.0", "@ionic-native/local-notifications": "^5.27.0", "@ionic-native/network": "^5.8.0", "@ionic-native/open-native-settings": "^5.8.0", "@ionic-native/photo-viewer": "^5.11.0", "@ionic-native/sms-retriever": "^5.15.1", "@ionic-native/splash-screen": "^5.30.0", "@ionic-native/sqlite": "^5.10.0", "@ionic-native/status-bar": "^5.0.0", "@ionic-native/streaming-media": "^5.11.0", "@ionic-native/toast": "^5.10.0", "@ionic-native/video-player": "^5.11.0", "@ionic/angular": "^4.1.0", "chart.js": "^2.9.4", "com-sarriaroman-photoviewer": "1.2.4", "cordova-android-support-gradle-release": "^3.0.0", "cordova-open-native-settings": "1.5.2", "cordova-plugin-android-permissions": "1.0.0", "cordova-plugin-app-version": "^0.1.9", "cordova-plugin-badge": "^0.8.8", "cordova-plugin-camera": "4.0.3", "cordova-plugin-datepicker": "0.9.3", "cordova-plugin-device": "^2.0.2", "cordova-plugin-file": "6.0.2", "cordova-plugin-file-opener2": "2.2.1", "cordova-plugin-geolocation": "4.0.1", "cordova-plugin-ionic-keyboard": "^2.1.3", "cordova-plugin-ionic-webview": "^5.0.0", "cordova-plugin-local-notification": "^0.9.0-beta.2", "cordova-plugin-network-information": "2.0.1", "cordova-plugin-statusbar": "^2.4.2", "cordova-plugin-streaming-media": "2.2.0", "cordova-plugin-video-player": "git+https://github.com/moust/cordova-plugin-videoplayer.git", "cordova-plugin-whitelist": "^1.3.3", "cordova-plugin-x-toast": "2.7.2", "cordova-sqlite-storage": "3.2.1", "cordova.plugins.diagnostic": "4.0.12", "core-js": "^2.5.4", "integrator-cordova-plugin-downloader": "1.1.0", "ionic4-rating": "^1.0.9", "moment": "^2.24.0", "rxjs": "~6.5.1", "sass": "^1.70.0", "sweetalert2": "^9.10.12", "tslib": "^1.9.0", "zone.js": "~0.8.29" }, "devDependencies": { "@angular-devkit/architect": "^0.1202.5", "@angular-devkit/build-angular": "~0.13.8", "@angular-devkit/core": "~7.3.8", "@angular-devkit/schematics": "~7.3.8", "@angular/cli": "~7.3.8", "@angular/compiler": "~7.2.2", "@angular/compiler-cli": "~7.2.2", "@angular/language-service": "~7.2.2", "@ionic/angular-toolkit": "~1.5.1", "@types/jasmine": "~2.8.8", "@types/jasminewd2": "~2.0.3", "@types/node": "~12.0.0", "codelyzer": "~4.5.0", "cordova-ios": "^7.0.1", "cordova-plugin-facebook-connect": "^3.1.1", "cordova-plugin-file-transfer": "^1.7.1", "cordova-plugin-firebase-analytics": "^8.0.0", "cordova-plugin-splashscreen": "^6.0.0", "jasmine-core": "~2.99.1", "jasmine-spec-reporter": "~4.2.1", "karma": "~4.1.0", "karma-chrome-launcher": "~2.2.0", "karma-coverage-istanbul-reporter": "~2.0.1", "karma-jasmine": "~1.1.2", "karma-jasmine-html-reporter": "^0.2.2", "protractor": "~5.4.0", "ts-node": "~8.2.0", "tslint": "~5.17.0", "typescript": "~3.1.6" }, "description": "An Ionic project", "cordova": { "plugins": { "cordova-plugin-whitelist": {}, "cordova-plugin-statusbar": {}, "cordova-plugin-device": {}, "cordova-plugin-ionic-keyboard": {}, "cordova-plugin-android-permissions": {}, "cordova-plugin-geolocation": {}, "cordova.plugins.diagnostic": { "ANDROID_SUPPORT_VERSION": "28.+" }, "cordova-android-support-gradle-release": { "ANDROID_SUPPORT_VERSION": "27.+" }, "cordova-plugin-camera": {}, "cordova-plugin-network-information": {}, "cordova-open-native-settings": {}, "cordova-plugin-x-toast": {}, "cordova-sqlite-storage": {}, "cordova-plugin-datepicker": {}, "cordova-plugin-streaming-media": {}, "com-sarriaroman-photoviewer": {}, "cordova-plugin-file": {}, "cordova-plugin-file-opener2": { "ANDROID_SUPPORT_V4_VERSION": "27.+" }, "cordova-plugin-app-version": {}, "integrator-cordova-plugin-downloader": {}, "cordova-plugin-ionic-webview": {}, "cordova-plugin-local-notification": {}, "cordova-plugin-splashscreen": {}, "cordova-plugin-file-transfer": {} }, "platforms": [ "ios" ] } }