Vladimir Riha created CB-4953:
---------------------------------
Summary: 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
Following steps causes that I cannot build cordova project after manipulation
with plugins
$ mkdir 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)