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 988A8107F7 for ; Wed, 9 Oct 2013 03:12:39 +0000 (UTC) Received: (qmail 22691 invoked by uid 500); 9 Oct 2013 03:08:03 -0000 Delivered-To: apmail-cordova-issues-archive@cordova.apache.org Received: (qmail 22340 invoked by uid 500); 9 Oct 2013 03:06:55 -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 21974 invoked by uid 99); 9 Oct 2013 03:05:44 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Oct 2013 03:05:44 +0000 Date: Wed, 9 Oct 2013 03:05:44 +0000 (UTC) From: "Brian Ritter (JIRA)" To: issues@cordova.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CB-4971) Installation of plugins does not work for iOS MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CB-4971?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13789970#comment-13789970 ] Brian Ritter commented on CB-4971: ---------------------------------- I've also having this with other plugins including "org.apache.cordova.device". This issue pretty much puts any iOS development dead in the water. Is there a manual workaround for this issue? I didn't see any documentation on how to manually install the plugins. I'd really rather avoid going that route and hope this is fixed ASAP. > Installation of plugins does not work for iOS > --------------------------------------------- > > Key: CB-4971 > URL: https://issues.apache.org/jira/browse/CB-4971 > Project: Apache Cordova > Issue Type: Bug > Components: Plugin Contacts, Plugin Device, Plugin Dialogs > Affects Versions: 3.0.0, 3.1.0 > Environment: iOS > Reporter: Oleg > Priority: Critical > Labels: ios, plugin > Fix For: Master, 3.0.0, 3.1.0 > > Original Estimate: 72h > Remaining Estimate: 72h > > Installation of iOS plugins does not work for iOS. > Update: does not work in 3.1 cordova either. > When installing the plugin via "cordova plugin add", the plugins fail to install correctly to the iOS platform: > - source code (.js, .m, .h and .bundle) files are not copied over > - proper frameworks are not being added to the project > - config.xml file is not updated with plugin information > Tried it on Device, Contacts and Dialogs and some other plugins. > Update: tried on network-information plugin with cordova 3.1 > the workaround is to perform the above steps manually. but it is not documented anywhere. > Note: it worked for me during one test, when the project was fresh. However after making a few minor changes and running "cordova prepare" or "cordova build" a few times, it stops working for iOS - i.e. you cannot add plugins without issues above. Android works fine. -- This message was sent by Atlassian JIRA (v6.1#6144)