Trouble running IPFS Desktop on MacOS

I downloaded “IPFS-Desktop-0.16.2.dmg” and moved “IPFS Desktop” version 0.16.2 in the Applications folder. When I open the application I get an error screen that says, “Could not connect to the IPFS API” with the suggested remedy of restarting the IPFS daemon in the Terminal. When I do that I get the following:

$ ipfs daemon
dyld: Symbol not found: _clock_gettime
Referenced from: /Applications/IPFS Desktop.app/Contents/Resources/app.asar.unpacked/node_modules/go-ipfs/go-ipfs/ipfs
Expected in: flat namespace

There’s a crash report (too long to post here), but it does include:

Exception Type: EXC_BREAKPOINT (SIGTRAP)
Exception Codes: 0x0000000000000002, 0x0000000000000000

Application Specific Information:
dyld: launch, loading dependent libraries

Dyld Error Message:
Symbol not found: _clock_gettime
Referenced from: /Applications/IPFS Desktop.app/Contents/Resources/app.asar.unpacked/node_modules/go-ipfs/go-ipfs/ipfs
Expected in: flat namespace

I searched for system requirements, but found nothing. I’m running MacOS 10.11.6.

Any suggestions?