cordova-plugin-fcm-with-dependecy-updated
cordova-plugin-fcm-with-dependecy-updated copied to clipboard
plugin add cordova-plugin-fcm-with-dependecy-updated errors
I can't add the FCM plugin. Plugin add time gives the following error:
`Installing "cordova-plugin-fcm-with-dependecy-updated" for ios Running command: pod install --verbose Ignoring ffi-1.13.1 because its extensions are not built. Try: gem pristine ffi --version 1.13.1
Failed to install 'cordova-plugin-fcm-with-dependecy-updated': Error: pod: Command failed with exit code 1 Error output:
Ignoring ffi-1.13.1 because its extensions are not built. Try: gem pristine ffi --version 1.13.1
at ChildProcess.whenDone (/Users/namik/Desktop/Namiq/CargoDiem/Mobile/CargoDiem Mobil/node_modules/cordova-common/src/superspawn.js:136:25)
at ChildProcess.emit (events.js:315:20)
at maybeClose (internal/child_process.js:1021:16)
at Socket.
cordova plugin add cordova-plugin-fcm-with-dependecy-updated exited with exit code 1.
Re-running this command with the --verbose flag may provide more information.
`
Have you tried following the instructions and doing something like
cd platforms/io
gem pristine ffi --version 1.13.1
I think I had to run sudo gem pristine ffi --version 1.13.1 instead of the second line to make it work.
Have you tried following the instructions and doing something like
cd platforms/io
gem pristine ffi --version 1.13.1
I think I had to run sudo gem pristine ffi --version 1.13.1 instead of the second line to make it work.