Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Xcode 4.4 doesn't recognize git

I did a clean install of Mountain Lion yesterday, and I transferred all my files over manually. One of the folders contains my Xcode projects, some of which had git repositories in them. I installed Xcode 4.4, but when I opened a git project, it doesn't recognize any changes anymore. That is, I can make a change and try to commit it, but it simply says "No files". The little M or A or whatever in the Project Navigator doesn't show either. I have the Command Line Tools installed. git

What am I missing?

like image 356
Scott Berrevoets Avatar asked Nov 29 '25 04:11

Scott Berrevoets


1 Answers

Open the Organizer window (Cmd-Shift-2) and click the Repositories tab. Does it show up there? Does it indicate a problem? Also, try closing the project, clicking the Organizer's Projects tab, selecting your project and deleting it from the organizer (your project won't be deleted, only Xcode's "awareness" of it until you open it again).

like image 185
Joshua Nozzi Avatar answered Nov 30 '25 22:11

Joshua Nozzi