honghaoz/Loggerithm

Xcode doesn't support plugin xcodecolor anymore... what to do?

Opened this issue · 5 comments

rlam3 commented

Xcode doesn't support plugin xcodecolor anymore... what to do?

There's no way to support console text color under Xcode8, one way to use the plugin is mentioned in this issue.

Or just wait for future Xcode to support more advanced Xcode extensions. ¯_(ツ)_/¯

rlam3 commented

Aww man that really is bummer.... Are there alternatives? I've been looking into SwiftyBeaver lately. What do you think of it @honghaoz ?

That's a good choice. You see the 💜 is an alternative way for coloured logging.
I'm also using XCGLogger.

rlam3 commented

@honghaoz But XCGLogger doesn't support the coloring as well. It just outputs it as a string in xcode right?

@rlam3 Yes, with official Xcode, you cannot get coloured log strings ¯_(ツ)_/¯