Finding out what's incorrectly calling an Obj-C method
Finding out what's incorrectly calling an Obj-C method
- Subject: Finding out what's incorrectly calling an Obj-C method
- From: Steve Mills <email@hidden>
- Date: Mon, 04 Mar 2013 14:40:48 -0600
I'm seeing some output in Xcode's log:
2013-03-04 14:35:34.696 Finale 18[15558:303] -[MusicWindowController count]: unrecognized selector sent to instance 0x1bbcd170
I can't find where this is being called from. I've tried implementing a count method, but when I do that it never gets called. I've tried setting symbolic breakpoints on CFShow, NSLog, asl_logv, write, printf, and all sorts of stuff, but either they never stop or the error never gets spit out when those breakpoints are set.
Any other ideas?
--
Steve Mills
office: 952-818-3871
home: 952-401-6255
cell: 612-803-6157
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden