Closed dmacasero closed 3 years ago
please try to run pod repo update
before
You run this after cordova prepare ios
?
just run it once and repeat the build steps
Closed due inactivity
I found that adding <preference name="SwiftVersion" value="5.3" />
to my cordova app config.xml file before installing the cordova-plugin-advanced-imagepicker fixed the problem for me.
Bug Report
Current Behavior: Adding the plugin throws an error on ios platform:
Running command: pod install --verbose Failed to install 'cordova-plugin-advanced-imagepicker': Error: pod: Command failed with exit code 1 at ChildProcess.whenDone (/Cordova/platforms/ios/cordova/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 Process.ChildProcess._handle.onexit (internal/child_process.js:286:5)
Expected Behavior: Adding the plugin works on ios without error
Steps to reproduce:
Environment information: