iPhone App defaults to iPad Simulator
I created an iPhone App that will be serving as a Demo for a toolkit we've developed.
The thing is, whenever I open the project in XCode the Active Executable defaults to
My Sample A开发者_开发知识库pp - iPad Simulator 4.3
.
I know I can hold down Option and click the selector to move it to 'iPhone Simulator 4.3' but I'm looking for a way to ship this sample project so that it always opens up the iPhone simulator.
I've noticed that when change it to iPhone this is stored in under the project file/dir as a set of files with my username (e.g. ohadpr.mode1v3
and ohadpr.pbxuser
)
The Target Device Family
setting is set to iPhone
. I'm using XCode 3.2.6
Thanks
Try updating to Xcode 4.
Otherwise, http://bugreport.apple.com/
精彩评论