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

Alex Buijs commented on CB-11519:
---------------------------------

I can confirm this. When I clean (empty plugins and platforms directories) 
build my project, it always builds an invalid application, because of missing 
plugins. The plugins are also not added to the config.xml file.

I see the ios.json file being correctly filled during the prepare task and at 
the end it is emptied, like in the description. A second prepare fills the file 
again.

> Prepare for ios no longer populates ios.json
> --------------------------------------------
>
>                 Key: CB-11519
>                 URL: https://issues.apache.org/jira/browse/CB-11519
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: CordovaLib, iOS
>         Environment: Mac
>            Reporter: Matthew Schmidt
>            Assignee: Steve Gill
>            Priority: Minor
>
> In cordova-ios 4.2.0, running `cordova prepare ios` creates an ios.json file, 
> but all of the properties are empty:
> {code}
> {
>   "prepare_queue": {
>     "installed": [],
>     "uninstalled": []
>   },
>   "config_munge": {
>     "files": {}
>   },
>   "installed_plugins": {},
>   "dependent_plugins": {}
> }
> {code}
> Previously (in cordova-ios 4.0.1) the file would be fully configured after 
> prepare.  This is also how it seems to work with cordova-android.



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

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

Reply via email to