简体   繁体   English

Xcode 4不允许我打开在Xcode 5中编辑的故事板

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

我有一个问题:在Xcode 5中使用该应用程序后,我无法打开Xcode 4.6中的Storyboard文件。如何在Xcode 4中打开它?

按照右边的红色步骤操作 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). 回到Xcode 5中的Storyboard,然后转到File Inspector tab下的右侧窗格(从顶部选择它,它是带有小空白表的图标)。 You will find a section called Interface Builder Document . 您将找到一个名为Interface Builder Document的部分。 There, set Opens in as Xcode 4.6 instead of Default (5.0) . 在那里,设置Opens inXcode 4.6而不是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). 它还将改变用户界面的外观,因为Xcode 4.X不支持iOS 7 SDK,后者包含用户界面组件(称为平面UI)。

Though, you can use Xcode 5 to develop for iOS 6 (I do). 虽然,你可以使用Xcode 5开发iOS 6(我这样做)。 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 编辑正如Idan所说,您将无法从Xcode的测试版提交App Store的应用程序,因此在其官方“稳定”版本发布之前

Check my answer here: Just installed xcode 5 and have missing storyboards 在这里查看我的答案: 刚刚安装了xcode 5并且缺少故事板

Btw, You can develop for iOS5,6 etc. with Xcode 5 but you cannot submit the app with a beta Xcode. 顺便说一句,您可以使用Xcode 5为iOS5,6等开发,但是您无法使用beta Xcode提交应用程序。 So you would have to wait or use old Xcode to submit. 所以你必须等待或使用旧的Xcode提交。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM