i started a project with the iOS SDK 4.0 and want to use blocks in order to animate some UIViews. But after I recogized that "animateWithDuration" isn't available i updated my XCode and iOS SDK to 4.2. In my project I set the "base sdk" to 4.2, too.
I thought that might solve the problem. But XCode still complains about the missing method. Is this method not available for simulator builds? Or what do I have to do in oder to activate it?
Thx. kie