解决方法
Is it possible to install xcode 5 (release version NOT the developer
preview) side by side with xcode 4.x?
当然.这有三种方法可以做到.
1.如果您已注册为Apple Developer,则可以下载previous versions of Xcode.双击下载的XCode.dmg文件.它会打开Xcode.然后转到文件菜单 – >打开 – >选择您的项目 – >单击打开.
2.在@ EPyLEpSY的评论中,将当前版本的XCode.app重命名为XCode4.app,然后从iOS开发中心下载XCode5 dmg并解压缩到Applications目录.
3.在下载的.dmg提取后将xcode拖动到应用程序文件夹时,从“复制”警告框中选择“保持两者”选项.
There seem to be compatibility issues with xib files created/edited
with xcode 5 that won’t open with older versions of xcode
您可以在Interface Builder Document部分中配置xib文件兼容性详细信息以解决这些问题.
注意:这将允许在Xcode早期版本中进行编辑,但您将无法使用iOS 7外观进行编辑.