Compile Error Using singleton - iPhone SDK
Posted
by mrburns05
on Stack Overflow
See other posts from Stack Overflow
or by mrburns05
Published on 2010-06-11T06:30:03Z
Indexed on
2010/06/11
6:32 UTC
Read the original article
Hit count: 307
Since someone here is a bit hot-headed and deleted my last question ill post a new one with a title to better please his ego...Hows this Michael?
Anyways, im getting this error when i compile:
Undefined symbols:
"_OBJC_CLASS_$_SortedItems", referenced from:
__objc_classrefs__DATA@0 in SortedByNameTableDataSource.o
ld: symbol(s) not found
collect2: ld returned 1 exit status
Basically i followed apples "TheElements" sample app to create the singleton, tableview datasource and just changed some stuff around to suit my needs - ive triple checked all my code and cannot figure out why im getting this.. If anyone can help please do, it would be much appreciated.
- if more of my code is needed ill post.. let me know
© Stack Overflow or respective owner