ios - Converting iPhone app to Universal, XCode 5.1 and Storyboards. Bug? -


i updated xcode 5.1. application targeting ios 7 , has 1 single storyboard targeting iphone only.

now need convert app iphone universal.

when changing devices iphone universal prompt if want copy storyboard or not. click on copy. after selecting copy new folder called ipad empty , continue have 1 storyboard (the iphone one). however, ipad section of application referencing storyboard called "main-ipad" not exist. believe storyboard should've been created automatically. if run app in ipad emulator, app runs console outputs this:

nsmainnibfile , uimainstoryboardfile both set. nsmainnibfile ignored. 

if chose not copy, ipad folder not created , continue 1 storyboard , ipad referencing iphone storyboard (the storyboard have).

i can replicate single view brand new project well. also, xcode 5.1 not seem let me duplicate storyboard or change type of existing storyboard iphone ipad.

any suggestions?

yep - it's bug under ios7. fix error message go .plist , delete line specifies ipad xib name. you'll have copy iphone storyboard , rename ipad-main.


Comments

Popular posts from this blog

get url and add instance to a model with prefilled foreign key :django admin -

android - Keyboard hides my half of edit-text and button below it even in scroll view -

css - Make div keyboard-scrollable in jQuery Mobile? -