You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm unsure if this happens with any other kind of log output but when I run xcodebuild and any other plugin logs the coloration is not properly escaped for the terminal causing the log output to be all black and to fold back on itself.
Example unescaped:
[fg242,5,42;�[bg255,255,255;E | gcd:com.apple.main-thread: Current Application is not Xcode | {NSObject+XcodePluginLoad.swift:40:pluginDidLoad}
�[;2016-03-16 12:52:48.465 xcodebuild[27101:1260091] +[MCLog load], env: YES
2016-03-16 12:52:48.466 xcodebuild[27101:1260091] [MCLog] +[MCLog pluginDidLoad:](Line:43) +[MCLog pluginDidLoad:], NSBundle </Users/ian/Library/Application Support/Developer/Shared/Xcode/Plug-ins/MCLog.xcplugin> (loaded)
The text was updated successfully, but these errors were encountered:
Hey @robbiehanson , I love the plugin!
I'm unsure if this happens with any other kind of log output but when I run xcodebuild and any other plugin logs the coloration is not properly escaped for the terminal causing the log output to be all black and to fold back on itself.
Example unescaped:
The text was updated successfully, but these errors were encountered: