I am currently testing an app on an iPhone 3G with iOS 4.0.
I have the following code to check if this Class is available.
if (NSClassFromString(@"CLGeocoder"))
In the documentation it states that CLGeocoder is available for iOs 5.0 and later. But the code above does not return nil.
Why? this Class should not be available in iOS 4.0