iPhone SDK Tableview Datasource singleton error
- by mrburns05
I basically followed apple "TheElements" sample and changed "PeriodicElements" .h & .m to my own "SortedItems" .h & .m
During compile I get this error:
"Undefined symbols:
"_OBJC_CLASS_$_SortedItems",
referenced from:
__objc_classrefs__DATA@0 in SortedByNameTableDataSource.o ld:
symbol(s) not found collect2: ld
returned…