Hi everyone!
I currently have an app on the App Store that was built with version 2.2.1, i.e. where the Base SDK and the Deployment Target were both set to 2.2.1. That app runs fine. Since then I've upgraded my version of XCode to 3.1.3 and I'm working on an update to my app with the Base SDK set to 3.0 and the Deployment Target set to 2.2.1. This works fine on my test iPhone device, which is running OS 3.0. The problem is that I don't have a device to test on 2.2.1, so I use the Simulator, and certain UI elements don't show up (mainly images) with my current build. The weird part is that when I test out the old version of my app that's already on the App Store with the current version of XCode on the Simulator, I get the same disappearing UI problem. How can the same build have different results? Did something change in XCode? What's going on here?
Thanks!