Older SDK disappeared after installing new Xcode version

后端 未结 5 1110
盖世英雄少女心
盖世英雄少女心 2021-01-02 02:07

Why are old SDKs beeing removed when installing a new version of xcode with new Iphone SDK ? Now we have v4, what settings do I have to make in order that the apps still wor

5条回答
  •  小鲜肉
    小鲜肉 (楼主)
    2021-01-02 02:27

    3.2.3 last beta did remove all other SDK's cause to many people tried publish Apps developed with the beta SDK, which will not be accepted. I guess GM is doing still the same

    If you want to develop for 4.0,3.2 and 3.0 (plus 3.0,3.1,3.1.2,3.1.3) do the following

    • sudo /Developer/Library/uninstall-devtools –mode=all (This will uninstall the current XCode installation)
    • Then install first old XCode (3.2 final) in default folder (/Developer)
    • Then install the new XCode (3.2.3 GM) in other folder (/DeveloperBeta)
    • This way you will have both. And can launch xcode from either /Developer/Applications/Xcode.app or /DeveloperBeta/Applications/Xcode.app

提交回复
热议问题