fechanique / cordova-plugin-fcm

Google FCM Push Notifications Cordova Plugin
624 stars 991 forks source link

No visible @interface for 'FIRInstanceID' declares the selector 'token' in iOS #629

Open nasersobhan opened 4 years ago

nasersobhan commented 4 years ago

I am trying to build iso (the the app was developed in windows and we moved to iso to get the iso version) but when i run build or trying to build with xcode there is an error that stops build with the title error in FCMplugin.m file in 45

`// GET TOKEN //

I tried googling i saw people suggested to lower the firebase-core version but it did not work. can anyone please help, I am not sure what I am missing.

pod file:

# DO NOT MODIFY -- auto-generated by Apache Cordova source 'https://github.com/CocoaPods/Specs.git' platform :ios, '10.0' use_frameworks! target 'appname' do project 'appname.xcodeproj' pod 'Firebase/Core', '~> 6.4.0' pod 'Firebase/Auth', '~> 6.4.0' pod 'GoogleMaps', '~> 3.1.0' pod 'GoogleSignIn', '~> 4.4.0' pod 'GoogleUtilities', '~> 6.3.0' pod 'Firebase/Analytics' end

MiqueiasMaia commented 4 years ago

Did u solved this issue? I'm with the same error.

CesarRomeroArroyo commented 2 years ago

Could anybody solve this?