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 456F41062B for ; Thu, 3 Apr 2014 09:53:24 +0000 (UTC) Received: (qmail 52358 invoked by uid 500); 3 Apr 2014 09:53:24 -0000 Delivered-To: apmail-cordova-issues-archive@cordova.apache.org Received: (qmail 52249 invoked by uid 500); 3 Apr 2014 09:53:19 -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 51941 invoked by uid 99); 3 Apr 2014 09:53:15 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 Apr 2014 09:53:15 +0000 Date: Thu, 3 Apr 2014 09:53:15 +0000 (UTC) From: "Robin North (JIRA)" To: issues@cordova.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CB-6360) The InAppBrowser crash on IOS 5.1 >NSInvalidArgumentException', reason: '-[UILabel setMinimumScaleFactor: 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-6360?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13958674#comment-13958674 ] Robin North commented on CB-6360: --------------------------------- I can confirm this issue on iOS 5.1.1, with the same crash log: {noformat} 2014-04-03 10:47:45.256 50 Years[785:707] -[UILabel setMinimumScaleFactor:]: unrecognized selector sent to instance 0x2c2310 2014-04-03 10:47:45.260 50 Years[785:707] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[UILabel setMinimumScaleFactor:]: unrecognized selector sent to instance 0x2c2310' *** First throw call stack: (0x3757288f 0x35277259 0x37575a9b 0x37574915 0x374cf650 0x4ac91 0x494c1 0x45857 0x4548d 0x28e91 0x2872f 0x28365 0x374d11fb 0x37dec747 0x37546ad3 0x3754629f 0x37545045 0x374c84a5 0x374c836d 0x33c87439 0x31274cd5 0x2e7a7 0x2e768) {noformat} > The InAppBrowser crash on IOS 5.1 >NSInvalidArgumentException', reason: '-[UILabel setMinimumScaleFactor: > --------------------------------------------------------------------------------------------------------- > > Key: CB-6360 > URL: https://issues.apache.org/jira/browse/CB-6360 > Project: Apache Cordova > Issue Type: Bug > Components: iOS, Plugin InAppBrowser > Affects Versions: 3.3.0, 3.4.0 > Environment: Cordova 3.3 or 3.4 Xcode 5.0.1. Test on Ipad 2, Iphone 3GS > Reporter: Gilles Benzerrouk > Labels: InAppBrowser, crash, ios5 > Original Estimate: 3h > Remaining Estimate: 3h > > When i try to launch the InAppBrowser with : > var ref =window.open(urlCt, '_blank','location=yes,closebuttoncaption=Fermer,EnableViewPortScale=yes'); > InAppBrowser crash. > Here the log on Xcode 5.0.1 > 2014-03-26 08:48:38.480 ParisFood[405:707] -[UILabel setMinimumScaleFactor:]: unrecognized selector sent to instance 0xecb7b10 > 2014-03-26 08:48:38.485 ParisFood[405:707] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[UILabel setMinimumScaleFactor:]: unrecognized selector sent to instance 0xecb7b10' > *** First throw call stack: > (0x30fc588f 0x37303259 0x30fc8a9b 0x30fc7915 0x30f22650 0x49409 0x47bfd 0x43f8f 0x43bc5 0x223c9 0x21cef 0x21899 0x21a7f 0x21991 0x30f241fb 0x318e1747 0x30f99ad3 0x30f9929f 0x30f98045 0x30f1b4a5 0x30f1b36d 0x32f95439 0x3067ecd5 0x2808f 0x28050) > terminate called throwing an exception > Before on cordova 2.9 everything was working well !!! -- This message was sent by Atlassian JIRA (v6.2#6252)