I am developing an iPhone app that needs to be compatible with iOS 4.x as well as iOS 3.x. Is there a tool that checks the code statically and informs me if a method/class isn't available in iOS 3.x? Classes like UIGestureRecognizer are available only on iOS 3.2 and higher.
Thanks in advance