I recently updated Xcode to run iOS 4.2 with iOS 3.2. However, now when I try to launch the iPad app, it looks like the iPhone app in the simulator! It looks like a smaller box with expandability of 2x. Does anyone know why this is so?
In addition, although the application builds and starts (albeit incorrectly), Xcode still says that the underlying SDK is missing. I went to the assembly for the purpose and project and installed the following:
Base SDK: Latest iOS (currently set to iOS 4.2)
Targeted Device Family: iPad
iOS Deployment Target: iOS 3.2
Edit Thank you very much for the comments; Now the Base SDK is no longer there, but unfortunately the application still works as an application for the iPhone ...
When I load the UISplitViewController, I get an exception. UISplitViewController is only supported when running under UIUserInterfaceIdiomPad.
It all seems very strange to me. Any help is appreciated.
thank
source
share