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
Commit da3aea3 introduced a bug that prevents TSMarkdownParser from working on tvOS. The font "Georgia-Italic", or Georgia in general, is not available, so tvOS apps crash when instantiating a TSMarkdownParser.
Specifically, [UIFont fontWithName:] returns nil, but nil cannot be the value in an NSDictionary.
The text was updated successfully, but these errors were encountered:
Commit da3aea3 introduced a bug that prevents TSMarkdownParser from working on tvOS. The font "Georgia-Italic", or Georgia in general, is not available, so tvOS apps crash when instantiating a
TSMarkdownParser
.Specifically,
[UIFont fontWithName:]
returnsnil
, butnil
cannot be the value in anNSDictionary
.The text was updated successfully, but these errors were encountered: