Prine
Prine

Reputation: 12538

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?

Upvotes: 8

Views: 1987

Answers (1)

Colas
Colas

Reputation: 3573

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.

Upvotes: 4

Related Questions