You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Tony Leung (JIRA)" <ji...@apache.org> on 2016/02/09 23:27:18 UTC

[jira] [Commented] (CB-9976) Updating to cordovaLib 5.4.0 breaks ios installed plugins

    [ https://issues.apache.org/jira/browse/CB-9976?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15139892#comment-15139892 ] 

Tony Leung commented on CB-9976:
--------------------------------

Cordova 6.0.0 for Android platform 5.1.0 has the same problem too. cordova_plugins.js between // TOP OF METADATA and // BOTTOM OF METADATA section are empty inside.

> Updating to cordovaLib 5.4.0 breaks ios installed plugins
> ---------------------------------------------------------
>
>                 Key: CB-9976
>                 URL: https://issues.apache.org/jira/browse/CB-9976
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: CordovaLib
>            Reporter: Steve Gill
>            Assignee: Vladimir Kotikov
>             Fix For: 5.4.1
>
>
> cordova_plugins.js doesn't get created for ios when updating from an older cli to a newer cli. 
> Have to remove and add plugins manually to get plugins working again.
> Reproduce (need to use npm < 3):
> npm install -g cordova@5.3.3
> cordova create helloWorld
> cd helloWorld
> cordova platform add ios
> cordova plugin add cordova-plugin-device
> cordova prepare (helloWorld/platforms/ios/www/cordova_plugins.js is created)
> npm install -g cordova@5.4.0
> cordova prepare (helloWorld/platforms/ios/www/cordova_plugins.js doesn't exist)
> `helloWorld/platforms/ios/ios.json` is also incorrect in the updated version. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org