Return-Path: X-Original-To: apmail-incubator-callback-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-callback-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 6A8D7D173 for ; Thu, 6 Sep 2012 18:31:11 +0000 (UTC) Received: (qmail 14807 invoked by uid 500); 6 Sep 2012 18:31:09 -0000 Delivered-To: apmail-incubator-callback-dev-archive@incubator.apache.org Received: (qmail 14770 invoked by uid 500); 6 Sep 2012 18:31:09 -0000 Mailing-List: contact callback-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: callback-dev@incubator.apache.org Delivered-To: mailing list callback-dev@incubator.apache.org Received: (qmail 14611 invoked by uid 99); 6 Sep 2012 18:31:09 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 Sep 2012 18:31:09 +0000 Date: Fri, 7 Sep 2012 05:31:09 +1100 (NCT) From: "Matthew Windwer (JIRA)" To: callback-dev@incubator.apache.org Message-ID: <1849529741.45883.1346956269334.JavaMail.jiratomcat@arcas> In-Reply-To: <1816280657.45481.1346953628617.JavaMail.jiratomcat@arcas> Subject: [jira] [Commented] (CB-1381) 2.1.0rc2 upgrade issues (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-1381?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13449904#comment-13449904 ] Matthew Windwer commented on CB-1381: ------------------------------------- Thanks. Regarding #3 I looked at the plugin upgrade guide and am still unsure how to go about fixing: https://github.com/phonegap/phonegap-plugins/blob/master/iOS/InAppPurchaseManager/InAppPurchaseManager.m I'm not an Objective-C programmer, so would appreciate any insight! > 2.1.0rc2 upgrade issues (iOS) > ----------------------------- > > Key: CB-1381 > URL: https://issues.apache.org/jira/browse/CB-1381 > Project: Apache Cordova > Issue Type: Bug > Components: Docs, iOS > Affects Versions: 2.1.0 > Environment: iOS > Reporter: Matthew Windwer > Assignee: Shazron Abdullah > Fix For: 2.1.0 > > > 1) AppDelegate.m needs to be updated when upgrading from 2.0 to 2.1... this is not yet in the upgrade guide. Otherwise you will run into "Property 'supportedOrientations' not found on object of type 'CDVViewController*' > 2) ARC is currently turned ON by default when creating a new project with the create script on 2.1.0rc2. This is not expected and breaks many plugins. (Objective-C Automatic Reference Counting defaults to "Yes" in project Build Settings) > 3) Something about the upgrade from 2.0 to 2.1 broke the InAppPurchaseMangager plugin for me... I would really appreciate if somebody can point me in the right direction to fix this, I filed an issue here: https://github.com/phonegap/phonegap-plugins/issues/779. This may be related to the internal JSONKit renaming [CB-1000] and [CB-1105] but I'm not sure. -- 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