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

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

    Very simple to get your current project. Open the project file on Xcode 5. Then:

    a).Open file inspector for each xib b).On "Interface Builder Documents" section change "Open with" to Xcode 4.6 (if it's 5.0). c).Adjust any other obviously incompatible parameters Press cmd +S (Save project), Close the project and open with the old Xcode.

提交回复
热议问题