You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Shazron Abdullah (JIRA)" <ji...@apache.org> on 2014/09/12 03:12:33 UTC

[jira] [Commented] (CB-7314) Must re-add platforms after adding plugin to avoid build failure

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

Shazron Abdullah commented on CB-7314:
--------------------------------------

cordova versions?

> Must re-add platforms after adding plugin to avoid build failure
> ----------------------------------------------------------------
>
>                 Key: CB-7314
>                 URL: https://issues.apache.org/jira/browse/CB-7314
>             Project: Apache Cordova
>          Issue Type: Bug
>            Reporter: Shawn Freyssonnet-Inder
>            Assignee: Vivek Thakur
>
> {code}
> cordova create a b c
> cd a
> cordova platform add ios
> cordova emulate ios
> # App works
> cordova plugin add org.apache.cordova.file-transfer
> cordova emulate ios
> # Build fails
> cordova platform remove ios
> cordova platform add ios
> cordova emulate ios
> # App works
> {code}



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