Can git be integrated with Xcode?

后端 未结 14 1509
星月不相逢
星月不相逢 2020-11-28 17:54

Is there any way to use a git repository with the built in SCM functions of Xcode?

14条回答
  •  时光取名叫无心
    2020-11-28 18:20

    The latest Xcode 4 beta has git integration, however, it does not install it by default, neither does it use your currently installed git.

    What I had to do was install the "System Tools" option in the Xcode installer. (Which is skipped by default) after that, the organizer recognized that my project was already under git control, and integrated smoothly.

提交回复
热议问题