damian-kolakowski/iOS-Hierarchy-Viewer

Crash when opening site in Google Chrome

claaslange opened this issue · 1 comments

My app crashes when I try to access the webservice. The following is logged to the console:

2012-07-03 08:47:50.882 MyApplication[4335:4e07] REQUEST HTTP INIT LINE: GET / HTTP/1.1
2012-07-03 08:47:51.481 MyApplication[4335:6403] REQUEST HTTP INIT LINE: GET /snapshot?nocache=1341298070145 HTTP/1.1
2012-07-03 08:47:51.519 MyApplication[4335:6903] REQUEST HTTP INIT LINE: GET /preview?nocache=1341298070135 HTTP/1.1
2012-07-03 08:47:51.932 MyApplication[4335:6403] -[__NSCFDictionary JSONString]: unrecognized selector sent to instance 0xe991680
2012-07-03 08:47:51.983 MyApplication[4335:6403] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[__NSCFDictionary JSONString]: unrecognized selector sent to instance 0xe991680'
*** First throw call stack:
(0x37d2a88f 0x3305b259 0x37d2da9b 0x37d2c915 0x37c87650 0x116871 0x117bfd 0x36ebba81 0x36f4f591 0x32edd735 0x32edd5f0)
terminate called throwing an exception

0xe991680 is the Dictionary holding the view hierarchy. I'm using SBJson for another third party library, but no JSON-Kit.

Hi

Could you please double check if you enabled "-ObjC -all_load" flags ?