Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

XcodeColors not working in XCode 5

I tried to install XcodeColors in XCode 5. But unfortunately it isn't working with the old plugin I got from XCode 4.6.

As next step, I checked the github website where i saw the following pull request providing a working version for XCode 5: https://github.com/mralexgray/XcodeColors

I have downloaded the project and run it in release mode. But there isn't any XcodeColors created in the plugin directory.

Does anybody have a working XcodeColors Plugin in XCode 5?

like image 857
Prine Avatar asked Sep 23 '13 23:09

Prine


1 Answers

The problem has been fixed : you will find here all the procedure to install XcodeColors for Xcode5. You'll need to download the sources, and to compile it on your computer. It will automatically install the right file at the right place.

like image 103
Colas Avatar answered Nov 13 '22 01:11

Colas