Open yashdabi opened 5 years ago
I am having exactly the same issue. I am using: IONIC 3 / "@angular/core": "^5.2.0" / "cordova-ios": "^5.0.1".
help :( i have the same issue
UPDATE:
I fixed that issue by removing cordova-plugin-fcm
package and installing the cordova-plugin-fcm-with-dependecy-updated
again
UPDATE: I fixed that issue by removing
cordova-plugin-fcm
package and installing thecordova-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.
+1 For me same error persistents Any solution found.
@arungkumar10 not yet ☹
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.
@yashdabi Caught a similar problem, try to:
rm -rf /plugins
rm -fr /platform
and repeat build attempt
Bump. Any news on this one?
@dashko I used different plugin for that please follow below link
Hello still remains the error, anyone knows the answer? I need it urgently
We moved to Onesignal and it works great!!
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.