I’m having a SIGTRAP problem on my iPhone app with a -[__NSCFString count]: unrecognized selector sent to instance...
The crash is happening when I call an UITableView.
I have no idea how to track this problem, so I’m asking for help.
Does anyone know the reasons why I could be getting a SIGTRAP problem?
Thanks a lot!
Your calling
-counta NSArray method on a NSString variable. Make sure your variable your calling count in is a NSArray or a collection object before calling count.