Compile Error Using singleton - iPhone SDK
- by mrburns05
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