Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't install/compile with latest version of cordova #7

Open
ygyg70 opened this issue Aug 1, 2018 · 5 comments
Open

Can't install/compile with latest version of cordova #7

ygyg70 opened this issue Aug 1, 2018 · 5 comments

Comments

@ygyg70
Copy link

ygyg70 commented Aug 1, 2018

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 .
at invariant (/Users/{path}/platforms/ios/cordova/node_modules/plist/lib/parse.js:53:11)
at parsePlistXML (/Users/{path}/platforms/ios/cordova/node_modules/plist/lib/parse.js:115:9)
at parsePlistXML (/Users/{path}/platforms/ios/cordova/node_modules/plist/lib/parse.js:143:15)
at parsePlistXML (/Users/{path}/platforms/ios/cordova/node_modules/plist/lib/parse.js:101:23)
at Object.parse (/Users/{path}/platforms/ios/cordova/node_modules/plist/lib/parse.js:71:15)
at Object.graftPLIST (/Users/{path}/platforms/ios/cordova/node_modules/cordova-common/src/util/plist-helpers.js:28:21)
at ConfigFile_graft_child [as graft_child] (/Users/{path}/platforms/ios/cordova/node_modules/cordova-common/src/ConfigChanges/ConfigFile.js:126:40)
at PlatformMunger_apply_file_munge [as apply_file_munge] (/Users/{path}/platforms/ios/cordova/node_modules/cordova-common/src/ConfigChanges/ConfigChanges.js:81:34)
at munge_helper (/Users/{path}/platforms/ios/cordova/node_modules/cordova-common/src/ConfigChanges/ConfigChanges.js:238:14)
at PlatformMunger.add_plugin_changes (/Users/{path}/platforms/ios/cordova/node_modules/cordova-common/src/ConfigChanges/ConfigChanges.js:159:12)

Any help is extremely appreciated

@Konkrad
Copy link

Konkrad commented Aug 3, 2018

I got the same problem. You already found a solution?

@ygyg70
Copy link
Author

ygyg70 commented Aug 3, 2018

No Solution yet

@Konkrad
Copy link

Konkrad commented Aug 3, 2018

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]

@ygyg70
Copy link
Author

ygyg70 commented Aug 3, 2018

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 :(

@olaferlandsen
Copy link

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants