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

Deprecation: NSKeyedUnarchiver usage in TimelinesWindowController #29

Open
sbeitzel opened this issue Nov 23, 2022 · 0 comments · May be fixed by #32
Open

Deprecation: NSKeyedUnarchiver usage in TimelinesWindowController #29

sbeitzel opened this issue Nov 23, 2022 · 0 comments · May be fixed by #32

Comments

@sbeitzel
Copy link

This deprecation warning is showing up in TimelinesWindowController.swift:

'init(forReadingWith:)' was deprecated in macOS 10.14: Use -initForReadingFromData:error: instead

Fixing this involves catching and doing something (useful or helpful, one hopes) with any error that gets thrown.

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

Successfully merging a pull request may close this issue.

2 participants