Is it possible? Because if I build against SDK 4.0, my app goes wacko, doing silly things and generally not working properly. If I build against 3.2 however, it works splendidly, but I get a warning saying:
[BWARN]warning: building with 'Targeted Device Family' set to iPhone only ('1') not supported with SDK 'Device - iPhone OS 3.2'.
My app was originally (and still is) a 2.2.1 app, but as I'm updating it, I need to compile it with the new Xcode for it to get approved.
Is there really no way to build an iPhone-only app against 3.x sdk? Not too happy investigating behavior like this, if it works so well with sdk 3.2. :(