Return-Path: X-Original-To: apmail-cordova-issues-archive@minotaur.apache.org Delivered-To: apmail-cordova-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id B8A5A10A91 for ; Thu, 3 Oct 2013 19:48:50 +0000 (UTC) Received: (qmail 15600 invoked by uid 500); 3 Oct 2013 19:48:48 -0000 Delivered-To: apmail-cordova-issues-archive@cordova.apache.org Received: (qmail 15578 invoked by uid 500); 3 Oct 2013 19:48:46 -0000 Mailing-List: contact issues-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cordova.apache.org Delivered-To: mailing list issues@cordova.apache.org Received: (qmail 15468 invoked by uid 99); 3 Oct 2013 19:48:43 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 Oct 2013 19:48:43 +0000 Date: Thu, 3 Oct 2013 19:48:43 +0000 (UTC) From: "Andrew Grieve (JIRA)" To: issues@cordova.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (CB-4993) plugman doesn't add iOS frameworks if user has added one manually MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Andrew Grieve created CB-4993: --------------------------------- Summary: plugman doesn't add iOS frameworks if user has added one manually Key: CB-4993 URL: https://issues.apache.org/jira/browse/CB-4993 Project: Apache Cordova Issue Type: Bug Components: Plugman Reporter: Andrew Grieve Repro steps: {code} cordova create foo com.google.foo foo cd foo cordova platform add ios {code} At this point the frameworks look as in the first screenshot {code} cordova plugin add org.apache.cordova.camera {code} Notice the frameworks are added fine (screenshot) {code} cordova plugin rm org.apache.cordova.camera cordova plugin add org.apache.cordova.camera {code} Notice you can remove & re-add just fine. The frameworks are good at this point. Now, through Xcode, add in "AddressBook.framework", and then remove & re-add the plugin {code} cordova plugin rm org.apache.cordova.camera cordova plugin add org.apache.cordova.camera {code} The frameworks get removed just fine again, but they are not re-added anymore. -- This message was sent by Atlassian JIRA (v6.1#6144)