ios - Xcode 5.1: Develop apps for iPad 1 -


i create new project, set deployment target 5.1.1 (by typing in). can run app in simulator, when run on old ipad ios 5.1.1. displays black screen , in console see

* terminating app due uncaught exception 'nsinvalidargumentexception', reason: 'could not find storyboard named 'main_ipad' in bundle nsbundle /var/mobile/applications/404931a2-e5fd-46d0-88ce-19ceff459298/singleview.app (loaded)'

does xcode 5.1 support ipad?

when create ios project, make sure set universal 1 contains second storyboard called main_ipad.

enter image description here


Comments

Popular posts from this blog

java - WrongTypeOfReturnValue exception thrown when unit testing using mockito -

php - Magento - Deleted Base url key -

android - How to disable Button if EditText is empty ? -