I have an app that is iPhone only (Targeted Device Family == iPhone), Base SDK 4.2, iOS Deployment Target 4.0.
Once in a while, but pretty often, the target switch to iPad Simulator. Is this a bug ? I shouldn’t even have this option in the target selection dropdown…
To Thomas : I thinkg that you chosed ‘iPhone only’ on the wrong configuration of the target (ex : ‘distribution’ instead of ‘debug’). If you choose ‘iPhone’ for the debug configuration, your app should never lanch in the iPad simulator.
To kkend0g187 : choose ‘iPhone’ for the “targeted device family” in the debug configuration of the target. Otherwise, you will come back to the wrong device not just when you run but when you clean the targets before running.