Post

Replies

Boosts

Views

Activity

Reply to MacOS Big Sur Beta Printing Issues
On Big Sur beta 11.0.1, attempting to print on my HP OfficeJet L7580 gave me error messages indicating that the macOS thought that the printer driver was malware. So I attempted to uninstall and reinstall the driver. But the driver installer won't run on Big Sur. Luckily I had a different partition that I could use to boot into Catalina. So I reinstalled the HP driver on Catalina, then went back to Big Sur and used Migration Assistant to copy over the printer driver. Now I'm back in business.
Topic: App & System Services SubTopic: Core OS Tags:
Nov ’20
Reply to SSL error on download, Sierra only
I found the page Identifying the Source of Blocked Connections about checking ATS problems with nscurl, and that shows the same errors in Sierra, without allowing insecure loads. So I guess that means it's not an error in my code. And on Big Sur, all the nscurl --ats-diagnostics tests pass, so it seems like it's not a server problem either, leaving the conclusion that it must be a Sierra bug.
Topic: App & System Services SubTopic: Core OS Tags:
Jul ’21
Reply to Strange behavior from FileManager.getRelationship(_:of:in:to)
When you're testing, do your test items like /Users/username/.Trash/foo actually exist? Maybe you're assuming that this test should be entirely path-based so it shouldn't matter, but in fact this getRelationship method returns an error if the URL does not point to an actual file/folder. Not sure why you didn't get the "Unable to get relationship..." log message; I'm an old-fashioned objective-C programmer.
Topic: App & System Services SubTopic: General Tags:
Dec ’21