I just updated my XCode to 5.1. My application is targeting iOS 7 and it has 1 single storyboard that it is targeting iPhone only.
Now I need to convert my app from iPhone only to Universal.
When changing the devices from iPhone to Universal I get prompt to if I want to copy the storyboard or not. I click on copy. After selecting Copy I get a new folder called iPad that it is empty and I continue to only have 1 Storyboard (the iPhone one). However, the iPad section of the application is now referencing a storyboard called "Main-iPad" which does not exist. I believe this storyboard should've been created automatically. If I run the app in the iPad emulator, the app runs but the console outputs this:
NSMainNibFile and UIMainStoryboardFile are both set. NSMainNibFile ignored.
If I chose not to copy, then the iPad folder does not get created and I continue with 1 storyboard and the ipad is referencing the iPhone storyboard (the only storyboard I have).
I can replicate this with a single view brand new project as well. Also, XCode 5.1 does not seem to let me duplicate my storyboard or change the type of an existing storyboard from iPhone to iPad.
Any suggestions?