cordova-plugin-openwith-ios
cordova-plugin-openwith-ios copied to clipboard
Can't install/compile with latest version of cordova
Cordova-cli version: 8.0.0
Cordova-ios version: 4.5.5
Add plugin error:
iOS project created with [email protected]
Installing "com.web-mystery.cordova.openwith-ios" for ios
Installing "com.web-mystery.cordova.openwith-ios" dependencies
Copying "com.web-mystery.cordova.openwith-ios/ShareExtension" to ios...
Failed to install 'com.web-mystery.cordova.openwith-ios': Error: Missing key while parsing
Any help is extremely appreciated
I got the same problem. You already found a solution?
No Solution yet
Thank you for showing me that the problem was the updated version of cordova-ios. I now downgraded it in the meantime with cordova platform add [email protected]
My problem with ios 4.5.4 was that the build got broken - looks like a conflict between cordova-plugin-push and the share extension. I was hoping that getting everything on latest versions would resolve that :(
Thank you for showing me that the problem was the updated version of cordova-ios. I now downgraded it in the meantime with
cordova platform add [email protected]
thats work for me!