fechanique / cordova-plugin-fcm

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

Fcm with Firebase dynamiclinks showing error for IOS in ionic #620

Open yashdabi opened 4 years ago

yashdabi commented 4 years ago

I have added FCM https://ionicframework.com/docs/native/fcm and Firebase dynamilinks https://ionicframework.com/docs/native/firebase-dynamic-links in the project. These are working fine in android but in mac, it's showing an error.

** BUILD FAILED ** The following build commands failed: CompileC /Users/syedaqdaszaidi/Library/Developer/Xcode/DerivedData/Project-csjtjirmtsbvfjeblleufhvpbjvd/Build/Intermediates.noindex/Project.build/Debug-iphonesimulator/Project.build/Objects-normal/x86_64/FCMPlugin.o /Users/syedaqdaszaidi/Desktop/ionic-3/project/platforms/ios/Project/Plugins/cordova-plugin-fcm-with-dependecy-updated/FCMPlugin.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (1 failure) xcodebuild: Command failed with exit code 65

I am not able to make a build of my project because of this error. Please help, I have been struggling with this issue for some days.

arun-wmc commented 4 years ago

I am having exactly the same issue. I am using: IONIC 3 / "@angular/core": "^5.2.0" / "cordova-ios": "^5.0.1".

wevertoum commented 4 years ago

help :( i have the same issue

wevertoum commented 4 years ago

UPDATE: I fixed that issue by removing cordova-plugin-fcm package and installing the cordova-plugin-fcm-with-dependecy-updated again

yashdabi commented 4 years ago

UPDATE: I fixed that issue by removing cordova-plugin-fcm package and installing the cordova-plugin-fcm-with-dependecy-updated again (forte abraço, great day 🇧🇷👍)

I was using the exact same plugin https://ionicframework.com/docs/native/fcm please check above my question, the issue is not resolved yet.

arungkumar10 commented 4 years ago

+1 For me same error persistents Any solution found.

yashdabi commented 4 years ago

@arungkumar10 not yet ☹

arungkumar10 commented 4 years ago

Finally i solved... blank screen disappered after uninstall npm uninstall --save @ionic-native/fcm And reinstalled with latest version(npm install --save @ionic-native/fcm@4). Now its working fine.

barhan44 commented 4 years ago

@yashdabi Caught a similar problem, try to:

rm -rf /plugins
rm -fr /platform

and repeat build attempt

dashko commented 4 years ago

Bump. Any news on this one?

yashdabi commented 4 years ago

@dashko I used different plugin for that please follow below link

https://forum.ionicframework.com/t/fcm-with-firebase-dynamiclinks-showing-error-for-ios-in-ionic/175217/3?u=yash0011

manel00 commented 3 years ago

Hello still remains the error, anyone knows the answer? I need it urgently

arun-wmc commented 3 years ago

We moved to Onesignal and it works great!!