Can't Open Project in Xcode 4.6 After Opening in 5.0

前端 未结 7 1658
爱一瞬间的悲伤
爱一瞬间的悲伤 2021-01-02 02:31

I opened the wrong version of my project in Xcode 5 and now Xcode 4.6 crashes when trying to open that project. I only changed one xib file in Xcode 5 and using Xcode 5 hav

7条回答
  •  忘掉有多难
    2021-01-02 02:56

    It's probably the case that opening the project in Xcode 5 caused it to upgrade the project to a new format automatically (even if you only manually changed one or two files). That upgrade is usually not-reversible. You can probably restore from a backup or from version control.

    If you don't have a backup or version control, you should perhaps consider setting that sort of thing up before using beta / developer preview software on production projects that matter in the future.

    In that case, you can probably re-create the Xcode 4 project and re-add all your files, et cetera.

提交回复
热议问题