_Installing "cordova-plugin-firebase-crashlytics" for ios
Failed to install 'cordova-plugin-firebase-crashlytics': Error: pod: Command failed with exit code 1
at ChildProcess.whenDone (/Users/***/platforms/ios/cordova/node_modules/cordova-common/src/superspawn.js:169:23)
at emitTwo (events.js:126:13)
at ChildProcess.emit (events.js:214:7)
at maybeClose (internal/child_process.js:925:16)
at Process.ChildProcess._handle.onexit (internal/childprocess.js:209:5)
Is there anything I need to do before adding this plugin?
Steps to Reproduce the Problem
Run the command 'cordova plugin add cordova-plugin-firebase-crashlytics' within project
Expected Behavior
Plugin installed successfully.
Actual Behavior
After running the command, I got the error below:
_Installing "cordova-plugin-firebase-crashlytics" for ios Failed to install 'cordova-plugin-firebase-crashlytics': Error: pod: Command failed with exit code 1 at ChildProcess.whenDone (/Users/***/platforms/ios/cordova/node_modules/cordova-common/src/superspawn.js:169:23) at emitTwo (events.js:126:13) at ChildProcess.emit (events.js:214:7) at maybeClose (internal/child_process.js:925:16) at Process.ChildProcess._handle.onexit (internal/childprocess.js:209:5) Is there anything I need to do before adding this plugin?
Steps to Reproduce the Problem
Specifications