Genevios
Genevios

Reputation: 1145

MIssing icon file in xcodeproj in Yosemite

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!

enter image description here

Upvotes: 4

Views: 772

Answers (2)

JSA986
JSA986

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

enter image description here

Upvotes: 8

Michael Dautermann
Michael Dautermann

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:

Use Get Info to select "Open With"

Upvotes: 1

Related Questions