NSInvalidArgumentException caused by UITableViewCell
2013-03-02 | Hits
I keep hitting an error like this
1 2 3 4 5
2013-03-0218:34:52.488 StoreSearch[84541:c07] -[UITableViewCell nameLabel]: unrecognized selector sent to instance 0x6a7d880 2013-03-0218:34:52.489 StoreSearch[84541:c07] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[UITableViewCell nameLabel]: unrecognized selector sent to instance 0x6a7d880' *** First throw call stack: (0x14ab0520xeabd0a0x14acced0x1411f000x1411ce20x37170xb4e0f0xb55890xa0dfd0xaf8510x5a3220x14ace720x1d6e92d0x1d788270x1cfefa70x1d00ea60x1d005800x147f9ce0x14166700x13e24f60x13e1db40x13e1ccb0x13948790x139493e0x1ba9b0x20bd0x1fe5) terminate called throwing an exception(lldb)
This took me few hours to figure out the problem. The problem is just make use of wrong cell identifier.