You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Vladimir Riha (JIRA)" <ji...@apache.org> on 2013/11/04 11:01:20 UTC

[jira] [Commented] (CB-4953) Adding and removing plugins breaks build process

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

Vladimir Riha commented on CB-4953:
-----------------------------------

I'm out of Mac but I'll try it asap

> Adding and removing plugins breaks build process
> ------------------------------------------------
>
>                 Key: CB-4953
>                 URL: https://issues.apache.org/jira/browse/CB-4953
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: CLI
>    Affects Versions: 3.0.0
>         Environment: Mac OS X 10.8.5
> Xcode 5.0 (5A1413) + iOS 7.0 SDK
> Cordova 3.0.9
>            Reporter: Vladimir Riha
>         Attachments: output.log
>
>
> Following steps causes that I cannot build cordova project after manipulation with plugins
> $ cordova create project
> $ cd project
> $ cordova platform add ios
> $ cordova plugin add https://git-wip-us.apache.org/repos/asf/cordova-plugin-contacts.git
> $ cordova plugin rm org.apache.cordova.contacts
> $ cordova build (finishes OK)
> $ cordova plugin add https://git-wip-us.apache.org/repos/asf/cordova-plugin-contacts.git
> $ cordova build
> => fails (output will be attached here)
> ld: symbol(s) not found for architecture i386
> clang: error: linker command failed with exit code 1 (use -v to see invocation)



--
This message was sent by Atlassian JIRA
(v6.1#6144)