jjrscott / ColoredConsole

Reenabling colors in Xcode's console
Other
216 stars 11 forks source link

Works on simulator but tearing on device? #5

Closed pwnified closed 4 years ago

pwnified commented 4 years ago

On the simulator it works fine with anything I throw at it:

Screen Shot 2019-11-22 at 15 45 53

But when running on a device (iPad mini):

Screen Shot 2019-11-22 at 15 46 21

It might just be a problem with Xcode's stdout stream not accounting for ligature sizes. Got any ideas, this is so close to being amazing.

jjrscott commented 4 years ago

I have changed the selection mechanism from Fitzpatrick Emoji Modifiers to Variation Selectors in da8f1032b0678e1e90ad44e3589f7529d1dd7f83. This appears to fix the problem and feels like what I should have used originally.