Reputation: 1145
i have some interesting problem with my Xcode 6.1.1 Blue icon like on xcodeproj files was dissapeared, i already installed new version thousand times but it's not solution. Also i tried to find some topics about it but really nothing!
Upvotes: 4
Views: 772
Reputation: 5936
I recently ran into this.
Select the ".xcodeproj" icon in the Finder and "Get Info"
Then left click or command and drag the blank file to the top left xcode file. The blank file will be replaced with the correct artwork
Upvotes: 8
Reputation: 89549
The fact you're not seeing an icon is merely cosmetic and not a performance issue.
It may be that you have multiple copies of Xcode on your machine. You should delete all copies of Xcode EXCEPT the copies you want to continue using.
And to make the icon appear again, select the ".xcodeproj" icon in the Finder and do a "Get Info" (in Finder, you'll find that choice under the "File" menu).
When the Get Info panel is open, you can select "Open With" and choose the version of Xcode you want to associate the project with, like this:
Upvotes: 1