robbiehanson / XcodeColors

XcodeColors allows you to use colors in the Xcode debugging console. It's designed to aid in the debugging process.
2.23k stars 268 forks source link

Xcode 7.3 exception #81

Open cuiwang opened 8 years ago

cuiwang commented 8 years ago

Xcode 7.3 ,can't use xcodecolors plugin.

skreutzberger commented 8 years ago

I fixed the issue because SwiftyBeaver Logger depends on a working XcodeColors, too.

You can download an already prebuilt version of XcodeColors which works on Xcode 7.3 from SwiftyBeaver's Github repo

skreutzberger commented 8 years ago

maybe good to know: I used the PR #80 to build & provide a working solution. So either download & fix the issue by yourself following #80 or download the working XcodeColors for Xcode 7.3 from SwiftyBeaver. Hope that helps guys!