Error after upgrading to xcode 4.6 and iOS 6.1 “used as the name of the previous parameter rather than as part of the selector”
After updating to xcode 4.6 and ios6.1, I get this new error "'objectType' used as the name of the previous parameter rather than as part of the selector ". I get this multiple times. Any ideas? PS: The method that it get displayed is a custom one for reverse geocoding. -(void) getAddress: (NSString *) objectType: (CLLocationCoordinate2D) objectCoordinate iDev It says that objectType is the name of the NSString object in your method and not part of the method name and it should not be used as objectType: (CLLocationCoordinate2D) objectCoordinate which normally denotes a part of method name.