How to select the Xcode version?

后端 未结 3 853
抹茶落季
抹茶落季 2021-01-26 04:42

I have installed two versions of xcode on my system at different locations. How do I open my application in a particular version?

相关标签:
3条回答
  • 2021-01-26 05:04

    You decide which version you are going to use at the time you launch Xcode - either you launch 3.2.5 or you launch 4.0. You can not change the version of Xcode itself.

    0 讨论(0)
  • 2021-01-26 05:10

    Right-click on the .xcodeproj file-> Open With -> Other... -> navigate to the version of Xcode which you want (if you want check the flag "Always open with").

    0 讨论(0)
  • 2021-01-26 05:26

    Just open that xcode version that you want to use and make application in that....

    0 讨论(0)
提交回复
热议问题