You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Robin North (JIRA)" <ji...@apache.org> on 2014/04/03 11:53:16 UTC

[jira] [Comment Edited] (CB-6360) The InAppBrowser crash on IOS 5.1 >NSInvalidArgumentException', reason: '-[UILabel setMinimumScaleFactor:

    [ https://issues.apache.org/jira/browse/CB-6360?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13958674#comment-13958674 ] 

Robin North edited comment on CB-6360 at 4/3/14 9:52 AM:
---------------------------------------------------------

I can confirm this issue on an iPhone 4, running 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}


was (Author: robinnorth):
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)