Month: November 2020
Getting VMware 15 to work on Linux 5.8
After I upgraded to Fedora 33, VMware stopped working:
$ vmware
/usr/bin/vmware: line 105: 90845 Segmentation fault (core dumped) "$BINDIR"/vmware-modconfig --appname="VMware Workstation" --icon="vmware-workstation"
This is due to two changes in kernel 5.8…
Continue reading“xcrun altool” not found on macOS
I needed to attempt a notarization of a Mac app (currently still in the middle of that long story), but I wasn’t using Xcode, so I had to run tools manually. Unfortunately, I couldn’t use xcrun altool
, as it couldn’t find the command. I had upgraded the version of Xcode I was using, so I guess I had some stale links somewhere. Running xcode-select -r
did the trick and fixed it.