Hi There,
I am having an issue with cordova-plugin-ionic when using Deploy on ios.
for android, all works perfectly.
when I run the same application on ios emulator or real device using XCode I am getting an error when calling this function and therefore Deploy not working.
[error] - Unhandled Promise rejection: The string did not match the expected pattern. ; Zone: ; Task: Promise.then ; Value: {“line”:256,“column”:55,“sourceURL”:“user-script:66”} json@[native code]
user-script:66:256:55
step@user-script:66:35:27
fulfilled@user-script:66:7:62
run@capacitor://localhost/polyfills-es2015.js:3130:49
capacitor://localhost/polyfills-es2015.js:3861:39
runTask@capacitor://localhost/polyfills-es2015.js:3174:57
drainMicroTaskQueue@capacitor://localhost/polyfills-es2015.js:3565:42
promiseReactionJob@[native code]
Ionic:
Ionic CLI : 5.4.6 (/usr/local/lib/node_modules/ionic)
Ionic Framework : @ionic/angular 4.11.7
@angular-devkit/build-angular : 0.801.3
@angular-devkit/schematics : 8.1.3
@angular/cli : 8.1.3
@ionic/angular-toolkit : 2.0.0
Capacitor:
Capacitor CLI : 1.2.0
@capacitor/core : 1.2.0
Cordova:
Cordova CLI : 9.0.0 (cordova-lib@9.0.1)
Cordova Platforms : not available
Cordova Plugins : not available
Utility:
cordova-res : 0.8.1
native-run : 0.3.0
System:
NodeJS : v12.13.0 (/usr/local/bin/node)
npm : 6.12.0
OS : macOS Mojave
Xcode : Xcode 11.3 Build version 11C29
Any idea?