-
Notifications
You must be signed in to change notification settings - Fork 262
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Xcode 7.2 Issue #72
Comments
Same here, doesn't seem to work with CocoaLumberjack with Xcode 7.2. I used: DDLog.addLogger(DDTTYLogger.sharedInstance())
DDTTYLogger.sharedInstance().colorsEnabled = true And then doing |
Whenever there is a Xcode version change, you'll need to add the Xcode version's new UUID into the list of DVTPlugInCompatibilityUUID entries in the XcodeColors info.plist file. I had the same issue and this resolved it. For 7.2, the UUID is F41BD31E-2683-44B8-AE7F-5F09E919790E. |
@kwade101 No, that's not it. The latest version of this plugin already had the 7.2 UUID in it and Xcode loads it. |
@paradoxally Ah, ok. My apologies. All I saw was the mention of an update to Xcode, not to the plugin. |
Have you re-installed XcodeColors ?
Another thing that may help (I've heard rumors of it helping) Try installing plugin via Alcatraz: Let me know what you find. I'd like to write up a wikipage for troubleshooting these issues. |
@robbiehanson Yes, I tried reinstalling and I'm using Alcatraz. The bundle is loaded by Xcode, but it simply won't show colors using CocoaLumberjack. |
If you run the Xcode project within the XcodeColors repository, does it work then ? |
@robbiehanson Yes, the test project works. I found the fix from here though. It turns out that an environment variable named After adding that env. variable, it now logs with colors using CocoaLumberjack. |
installing via http://alcatraz.io/ worked for me:) |
Had the same problem and it was solved as @paradoxally suggested |
@robbiehanson's solution worked for me. Thanks! |
Installing from Alcatraz, but still needed the flag mentioned by @paradoxally |
+1, hope this issue could be fixed because it's so convenient to install from http://alcatraz.io/ |
The issue with requiring the |
After Updating to Xcode 7.2, this is not working anymore
The text was updated successfully, but these errors were encountered: