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

前端 未结 7 1652
爱一瞬间的悲伤
爱一瞬间的悲伤 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:50

    Its easier than that to recover your existing project. Open the project file on Xcode 5. Then:

    1. Open file inspector for each xib
    2. On "Interface Builder Documents" section change "Open with" to Xcode 4.6 (if it's 5.0). Adjust any other obviously incompatible parameters
    3. Save, Close the project and open with the old Xcode.

提交回复
热议问题