Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Xcode 4 won't allow me to open the storyboard edited in Xcode 5

I have a problem: I can't open the Storyboard file in Xcode 4.6 after having used the app in Xcode 5. What should I do to open it in Xcode 4?

like image 910
b3rge Avatar asked Jun 23 '13 19:06

b3rge


1 Answers

Follow the red steps on the right Go back to your Storyboard in Xcode 5, then go to the right pane under the File Inspector tab (select it from the top, it's the icon with the little blank sheet). You will find a section called Interface Builder Document. There, set Opens in as Xcode 4.6 instead of Default (5.0). It will also change the way your user interface will look like, since Xcode 4.X doesn't support iOS 7 SDK, which contains the User Interface components (known as flat UI).

Though, you can use Xcode 5 to develop for iOS 6 (I do). EDIT As Idan said, you won't be able to submit apps for the App Store from a beta version of Xcode, so until its official 'stable' release comes out

like image 70
guillaume Avatar answered Nov 01 '22 22:11

guillaume