Error: “- [NSCFString sizeWithTextStyle:]: selector no reconocido” en el iPhone SDK
Recibo el siguiente error al ejecutar mi aplicación.
'- [NSCFString sizeWithTextStyle:]: selector no reconocido
No he usado sizeWithTextStyle en todo mi proyecto.
Entonces, ¿qué podría estar mal?
Recibo un error enreturn pos;
declaración de abaj
Código
(UIView *)tableView:(UITableView *)tableView viewForHeaderInSection:(NSInteger)section
{
UIView *pos = [[UIView alloc] initWithFrame:CGRectMake(0.0,0.0,320.0,35.0)];
return pos;
}
Error en la consola:
Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[NSCFString sizeWithTextStyle:]: unrecognized selector sent to instance 0x7044b50'
Debido al problema de sangría al poner aquí todo el registro de fallas, estoy poniendo la captura de pantalla del registro de fallas