Xcode 5 to Xcode 4 Project Run

梦想与她 提交于 2019-12-21 04:55:09

问题


I have a project that I started in iOS SDK 6. I downloaded Xcode 5 Beta with iOS 7 and ran it successfully.

However, to submit the project, I need to go back to SDK 6 and Xcode 4. When I do, I get following message for every XIB file I have in the project:

How do I fix this so I can compile and run from SDK 6 and Xcode 4?


回答1:


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.

This is same method like on earlier releases so I assume that's ok for NDA case (you can do the same thing on Xcode 4.6 to work with older version).



来源:https://stackoverflow.com/questions/17176160/xcode-5-to-xcode-4-project-run

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!