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 BF07010FA8 for ; Tue, 30 Jul 2013 03:39:50 +0000 (UTC) Received: (qmail 20554 invoked by uid 500); 30 Jul 2013 03:39:50 -0000 Delivered-To: apmail-cordova-issues-archive@cordova.apache.org Received: (qmail 20526 invoked by uid 500); 30 Jul 2013 03:39:49 -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 20509 invoked by uid 99); 30 Jul 2013 03:39:48 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 30 Jul 2013 03:39:48 +0000 Date: Tue, 30 Jul 2013 03:39:48 +0000 (UTC) From: "Filip Maj (JIRA)" To: issues@cordova.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CB-4373) iOS .framework files need to be reference-counted 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-4373?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13723357#comment-13723357 ] Filip Maj commented on CB-4373: ------------------------------- BTW tested with combination of vibration + dialogs plugin (both rely on AudioToolbox), my surface-level inspection of Xcode windows seems to pass. > iOS .framework files need to be reference-counted > ------------------------------------------------- > > Key: CB-4373 > URL: https://issues.apache.org/jira/browse/CB-4373 > Project: Apache Cordova > Issue Type: Bug > Components: iOS, Plugman > Affects Versions: 3.0.0 > Reporter: lmnbeyond > Assignee: Filip Maj > Priority: Critical > Fix For: 3.1.0 > > > Steps to reproduce it: > $ cordova create "HelloCordova" > $ cd HelloCordova/ > $ cordova platform add ios > $ cordova plugin add https://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen.git > $ cordova emulate > $ cordova plugin rm 'org.apache.cordova.core.splashscreen' > $ cordova emulate > [Error: An error occurred while emulating/deploying the ios project .... > Undefined symbols for architecture i386: > "_CGRectZero", referenced from: > +[CDVUserAgentUtil originalUserAgent] in libCordova.a(CDVUserAgentUtil.o) > ld: symbol(s) not found for architecture i386 > clang: error: linker command failed with exit code 1 (use -v to see invocation) > ** BUILD FAILED ** > The following build commands failed: > Ld build/HelloCordova.app/HelloCordova normal i386 > (1 failure) > ] -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira