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 7AA9E175B1 for ; Sat, 18 Apr 2015 17:27:59 +0000 (UTC) Received: (qmail 85891 invoked by uid 500); 18 Apr 2015 17:27:59 -0000 Delivered-To: apmail-cordova-issues-archive@cordova.apache.org Received: (qmail 85866 invoked by uid 500); 18 Apr 2015 17:27:59 -0000 Mailing-List: contact issues-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@cordova.apache.org Received: (qmail 85855 invoked by uid 99); 18 Apr 2015 17:27:59 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 18 Apr 2015 17:27:59 +0000 Date: Sat, 18 Apr 2015 17:27:59 +0000 (UTC) From: "Shazron Abdullah (JIRA)" To: issues@cordova.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CB-5454) Plugin Mapping Issue 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-5454?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14501481#comment-14501481 ] Shazron Abdullah commented on CB-5454: -------------------------------------- Ah ok, it's fine then. > Plugin Mapping Issue > -------------------- > > Key: CB-5454 > URL: https://issues.apache.org/jira/browse/CB-5454 > Project: Apache Cordova > Issue Type: Bug > Components: CLI, iOS, Plugins > Affects Versions: 3.1.0 > Environment: iOS > Reporter: Mike Hartington > Assignee: Braden Shepherdson > Labels: cli, config.xml,, cordova, cordova-cli > Fix For: 3.2.0 > > > Once I've removed a plugin, I'm unable to add any plugins back again. So from the command line, > cordova plugin rm org.apache.cordova.device > cordova plugin add org.apache.cordova.device > Everything installs properly but once I go into Xcode and run the project, my console puts out > 2013-11-20 14:59:28.301 ProductDemo[65497:a0b] CDVPlugin class CDVStatusBar (pluginName: StatusBar) does not exist. > 2013-11-20 14:59:28.302 ProductDemo[65497:a0b] ERROR: Plugin 'StatusBar' not found, or is not a CDVPlugin. Check your plugin mapping in config.xml. > 2013-11-20 14:59:28.303 ProductDemo[65497:a0b] -[CDVCommandQueue executePending] [Line 117] FAILED pluginJSON = [ > "INVALID", > "StatusBar", > "overlaysWebView", > [ > true > ] > ] > I've run thought the debugging option and no errors come up so I'm not sure what the issue is, but my config.xml is correct and everything is copied over as far as files go. Anyone have this issue too? -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org For additional commands, e-mail: issues-help@cordova.apache.org