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 bug #58

Closed monikamsc closed 8 years ago

monikamsc commented 8 years ago

I'm having problems with the colors in Xcode 7.0 - console prints all in white again.

reggian commented 8 years ago

Same with 7.0.1. But it works just fine with 7.1 (beta) so this might be an Xcode 7.0.x bug or something.

zhuli8com commented 8 years ago

I'm having problems with the colors in Xcode 7.0 too!

vincentsong commented 8 years ago

it works in 7.0 but not in 7.1

vincentsong commented 8 years ago

reinstall Alcatraz and install this will work

monikamsc commented 8 years ago

Well I don't use Alcatraz.

dennislysenko commented 8 years ago

Broke between Xcode 7.0 and 7.1. Probably a security thing. Uninstalling XcodeColors in Alcatraz, reinstalling it and reopening Xcode fixed it for me.

monikamsc commented 8 years ago

Fixed it! (with no Alcatraz-thing) The console printed: "[MT] PluginLoading: Required plug-in compatibility UUID 7265231C-39B4-402C-89E1-16167C4CC990 for plug-in at path '~/Library/Application Support/Developer/Shared/Xcode/Plug-ins/XcodeColors.xcplugin' not present in DVTPlugInCompatibilityUUIDs" so I added the the given UUID to the .plist file in XcodeColors project. After Xcode restart, everything's beautifully colourful back again.