I'm using Xcode 4.2 & it can simulate iOS 4.3 & 5. My app works fine on those versions. For the sake of backward compatibility I want to test if my app works on iOS 3.2. But the latest Xcode won't let me simulate it. Sad that I've iOS 5 running on my iPhone & there is no way to downgrade it either.
Using old Xcode which could simulate iOS 3.2 is not an option, as my project won't complie on it due to missing classes.
How can I make sure my app is tested against iOS versions 3.2 through 5.0?