I recently played with the iPhone SDK. At first I did not use anything that required SDK version 2.2. However, I recently started using some features that were added or changed in 2.1 and 2.2.
I installed the new 2.2 SDK and changed my project settings to the target 2.2 SDK. However, when I click "Build and Run" in Xcode, the simulator starts with the selected version 2.0. I can change it to 2.2, and my application works as expected, however, this kills the debugging session that needs to be reconnected.
I missed some parameter somewhere, which will lead to the launch of the simulator with the selected version 2.2?
Thanks for any info.
source
share