Titanium JIRA Archive
Appcelerator Community (AC)

[AC-2338] [TiUtils exceptionMessage:]: unrecognized selector

GitHub Issuen/a
TypeBug
Priorityn/a
StatusClosed
ResolutionFixed
Resolution Date2012-12-10T08:41:46.000+0000
Affected Version/sn/a
Fix Version/sn/a
ComponentsTitanium SDK & CLI
Labelsexception, ios, triage
ReporterMartin Guillon
AssigneeMauro Parra-Miranda
Created2012-09-25T15:15:05.000+0000
Updated2016-03-08T07:41:21.000+0000

Description

When an exception is raised in my app i now get this [ERROR] Application raised an exception: +[TiUtils exceptionMessage:]: unrecognized selector sent to class 0x9d0f40 And looking at the code, something is wrong the definition exists https://github.com/appcelerator/titanium_mobile/blob/master/iphone/Classes/TiUtils.h#L404 But the implementation doesnt https://github.com/appcelerator/titanium_mobile/blob/master/iphone/Classes/TiUtils.m Ps: funny that the definition is on line 404 ;)

Comments

  1. Ingo Muschenetz 2012-10-10

    Martin, can you please attach a test case we can use to replicate the issue?
  2. Martin Guillon 2012-10-12

    Actually i have difficulties pointing out what line of code causes it. I am still having it right now on my device. The problem is that it doesnt crash so i dont really know But clearly looking at the code, the declaration is missing!
  3. Daniel Sefton 2012-12-10

    Hi Martin, Can you test the latest version of master to see if this is still an issue? Cheers.
  4. Martin Guillon 2012-12-10

    I had it fixed on my branch so cant really tell. But what i can say is that there is no more mention of "exceptionMessage" in the iphone .m and .h files of the master branch So i think it has been fixed yes.
  5. Daniel Sefton 2012-12-10

    Ok thanks, let us know if it reoccurs. Closing as fixed for now.

JSON Source