[TTTableView top]: unrecognized selector?

19 views
Skip to first unread message

Stanley Hu

unread,
Oct 27, 2009, 1:54:48 PM10/27/09
to Three20
I'm having an issue just displaying the simple TTThumbsViewController:

2009-10-27 09:19:32.940 SportsShooter[6156:20b] *** -[TTTableView
top]: unrecognized selector sent to instance 0x104be00
2009-10-27 09:19:32.943 SportsShooter[6156:20b] *** Terminating app
due to uncaught exception 'NSInvalidArgumentException', reason: '*** -
[TTTableView top]: unrecognized selector sent to instance 0x104be00'

My UIViewController simply does this:

- (void)viewDidLoad {
TTThumbsViewController *controller = [[TTThumbsViewController
alloc] init];
[self.navigationController pushViewController:controller
animated:YES];
}

This seems like something basic--any ideas what I might be doing wrong
here?

uprise78

unread,
Oct 27, 2009, 2:52:19 PM10/27/09
to Three20
search the forums for linker flags and review the wiki page with how
to add three20 to your project. you are more than likely missing a
linker flag.

Meeta

unread,
Dec 12, 2009, 4:17:49 PM12/12/09
to Three20
I am using the app-store fork of three20 (committ:http://github.com/
uprise78/three20-P31/commit/
3a1f0a9bea92aed27f12a513e1e70c5412ba0f91#diff-0 ) and getting the
following error -
2009-12-12 15:07:38.965 HotelsByMe[28192:20b] *** -[UINavigationBar
removeSubviews]: unrecognized selector sent to instance 0x132eaa0
2009-12-12 15:07:38.965 HotelsByMe[28192:20b] *** Terminating app due
to uncaught exception 'NSInvalidArgumentException', reason: '*** -
[UINavigationBar removeSubviews]:

All my profiles - Debug/Release/Distribution have the linker flags : -
ObjC -all_load -licucore
(need -licucore for something else I am using)

I have done cleaning the target, deleting the project and including it
back again and all the usual. What am I missing?

Thanks for the help!

-Meeta

uprise78

unread,
Dec 12, 2009, 7:22:16 PM12/12/09
to Three20
First off, unless you are using the P31* classes you should probably
just go back to the main Three20 branch as it is fully updated now.
That being said, I pushed out a big update a few hours ago with all
the upstream changes so grab the latest and clean and build. That
might help.
Reply all
Reply to author
Forward
0 new messages