[
https://issues.apache.org/jira/browse/CB-11327?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15317976#comment-15317976
]
Shazron Abdullah commented on CB-11327:
---------------------------------------
Thanks. I put it in a new project's config.xml and ran the project through
Xcode, making sure I break on any exceptions but no exceptions happen at
startup, so I can't trace the issue. Can you reproduce it reliably and check
the stacktrace?
In the root of your Cordova project, type "open -a Xcode platforms/ios"
Once you load it up in Xcode,
1. Go to the menu View -> Navigators -> Show Breakpoint Navigator
2. In the Breakpoint Navigator pane, click on the "+" bottom in the bottom left
3. Choose "Add Exception Breakpoint..."
4. Click anywhere else to dismiss the popup
5. Run your project
If it crashes, you can see the stack trace in your debug window, copy it or
take a screenshot.
> App force closes after launch
> -----------------------------
>
> Key: CB-11327
> URL: https://issues.apache.org/jira/browse/CB-11327
> Project: Apache Cordova
> Issue Type: Bug
> Components: CordovaCommon, CordovaLib, iOS
> Affects Versions: 6.2.0
> Environment: iOS
> Reporter: Volkan G.
> Assignee: Shazron Abdullah
> Priority: Blocker
>
> Hey,
> I just updated to 6.2.0 using npm.
> The iOS app build with 6.2.0. crashes instantly after launch with the
> following error:
> {code}
> 2016-05-27 11:16:57.989 MyApp[3242:3612449] -[NSTaggedPointerString
> objectForKey:]: unrecognized selector sent to instance 0xa000000000000301
> 2016-05-27 11:16:57.991 MyApp[3242:3612449] *** Terminating app due to
> uncaught exception 'NSInvalidArgumentException', reason:
> '-[NSTaggedPointerString objectForKey:]: unrecognized selector sent to
> instance 0xa000000000000301'
> *** First throw call stack:
> (0x181bf2e38 0x181257f80 0x181bf9ccc 0x181bf6c74 0x181af4d1c 0x1000afe2c
> 0x100545a3c 0x1005468b4 0x1000afcf8 0x1000be788 0x1000bd884 0x1000be688
> 0x100545a7c 0x100545a3c 0x10054b4e4 0x181ba8dd8 0x181ba6c40 0x181ad0d10
> 0x1833b8088 0x186da5f70 0x1000064f8 0x18166e8b8)
> libc++abi.dylib: terminating with uncaught exception of type NSException
> {code}
> Works with 6.1.0.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]