Skip to content
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

Issue: Crash in MacOS 10.10 #67

Open
tsfischer opened this issue Jul 7, 2017 · 1 comment
Open

Issue: Crash in MacOS 10.10 #67

tsfischer opened this issue Jul 7, 2017 · 1 comment
Assignees

Comments

@tsfischer
Copy link

tsfischer commented Jul 7, 2017

The following code works on 10.11 - 10.13 but crashes in 10.10. Any thoughts?

let attrDescription = TSMarkdownParser.standard().attributedString(fromMarkdown: content.jssDescription ?? "", attributes: [NSForegroundColorAttributeName : NSColor.descriptionTextColor()])

descriptionLabel.textStorage?.setAttributedString(attrDescription)

I'm attaching a crash report
com.jamfsoftware.selfservice.mac_issue_31_crash_403910d2cd4246e4b6b74e53054674a5_e9557cad5d0611e7811256847afe9799_0_v2.txt

@Coeur
Copy link
Collaborator

Coeur commented Mar 5, 2018

Please test again in TSMarkdownParser 2.1.4: I've improved the compatibility with macOS 10.10 by disabling image parsing. If it still happens, then I'll need a test case.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants