I have updated xcode and now I get the error message Incompatible pointer types sending 'Class' to parameter of type 'id'
- (void)mapObjectClass:(Class)objectClass toCellClass:(Class)cellClass {
[self.objectToCellMap setObject:cellClass forKey:objectClass];
}
I would really appreciate it if someone can shed some light on this issue im having and how I can resolve it.