在 Xcode5 开发者预览版中打开我的项目后,当我尝试在 Xcode 4.5 中打开项目时,一些 .xib 文件出现错误。错误文本是:
The document "XXXX.xib" could not be opened. Could not read archive.
Please use a newer version of Xcode. Consider changing the document's Development Target to preserve compatibility.
该项目在 Xcode5 中的开发目标似乎是 iOS 5.0。
查看有错误的 .xib 文件的源代码,很明显 Xcode5 中 .xib 文件的 .xml 结构发生了相当大的变化,需要重新格式化以向后兼容。
有没有办法为特定的 .xib 文件设置开发目标?有谁知道如何解决这个错误?
非常感谢。