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

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

    Actually this has a very simple answer.

    Open the Storyboard file on Xcode 5, And then: 1. Open file inspector 2. On "Interface Builder Documents" section change "Open with" to Xcode 4.6 (if it's 5.x). 3. Save, Close the project and open that with old Xcode.

    It should work now.

提交回复
热议问题