Я видел много сообщений, связанных с похожими ошибками, пробовал все предложения, но все равно без радости! Может кто-нибудь объяснить причину этой (по-видимому, распространенной) ошибки Cocoapod при попытке установить плагин ioni c cordova? (кажется, это не указано c ни для одного плагина, такая же ошибка возникает у многих из них). Каков процесс устранения этой неполадки и какова вероятная причина?
ionic cordova plugin add cordova-plugin-firebase-authentication
> cordova plugin add cordova-plugin-firebase-authentication
Installing "cordova-plugin-firebase-authentication" for ios
Running command: pod install --verbose
Failed to install 'cordova-plugin-firebase-authentication': Error: pod: Command failed with exit code 1
at ChildProcess.whenDone (/Users/mike/Documents/APPNAME/node_modules/cordova-common/src/superspawn.js:135:23)
at ChildProcess.emit (events.js:311:20)
at maybeClose (internal/child_process.js:1021:16)
at Socket.<anonymous> (internal/child_process.js:443:11)
at Socket.emit (events.js:311:20)
at Pipe.<anonymous> (net.js:668:12)
pod: Command failed with exit code 1
[ERROR] An error occurred while running subprocess cordova.
cordova plugin add cordova-plugin-firebase-authentication exited with exit code 1.
Я пробовал различные предложения:
И я использую файл .xcworkspace, а не файл .xcodeproj для xCode.
Помощь приветствуется !!!