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 B8716F19E for ; Mon, 25 Mar 2013 22:27:15 +0000 (UTC) Received: (qmail 39796 invoked by uid 500); 25 Mar 2013 22:27:15 -0000 Delivered-To: apmail-cordova-issues-archive@cordova.apache.org Received: (qmail 39769 invoked by uid 500); 25 Mar 2013 22:27:15 -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 39760 invoked by uid 99); 25 Mar 2013 22:27:15 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 25 Mar 2013 22:27:15 +0000 Date: Mon, 25 Mar 2013 22:27:15 +0000 (UTC) From: "Shazron Abdullah (JIRA)" To: issues@cordova.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (CB-2805) ARC weak reference issues in 10.7 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-2805?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shazron Abdullah resolved CB-2805. ---------------------------------- Resolution: Fixed fix commit - http://git-wip-us.apache.org/repos/asf/cordova-osx/commit/28454d03 > ARC weak reference issues in 10.7 > --------------------------------- > > Key: CB-2805 > URL: https://issues.apache.org/jira/browse/CB-2805 > Project: Apache Cordova > Issue Type: Bug > Components: OSX > Environment: OS X Lion 10.7 > Reporter: Shazron Abdullah > Assignee: Shazron Abdullah > Fix For: 2.6.0 > > > Once you workaround CB-2804, you get this error: > CDVCommandDelegateImpl.h:27:5: error: class is incompatible with __weak references > __weak CDVViewController* _viewController; > Workaround is to remove the __weak annotation, since NSViewController does not support ARC weak references. -- 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