I have a class with a method that works and I have tested it but xcode still raises a warning over the method:
MapPoint *mp = [[MapPoint alloc] initWithCoordinate:[newLocation coordinate]
title:[locationTitleField text]];
no 'initWithCoordinate:title' method found?