Error compiling for board Seeeduino XIAO

Trying to compile the blink program I get the following error (only relevant portions of the error message have been included):

Arduino: 1.8.13 (Mac OS X), Board: “Seeeduino XIAO, Arduino, Off”

.
.
.

fork/exec /Users/jrr/Library/Arduino15/packages/Seeeduino/tools/arm-none-eabi-gcc/7-2017q4/bin/arm-none-eabi-g++: no such file or directory
Error compiling for board Seeeduino XIAO.

System Information

OS: macOS High Sierra 10.13.3
Arduino IDE: 1.8.13
Seeed SAMD Boards: 1.7.9 (Board Manager in Arduino IDE)

Note: this is compiling only. The board itself seems to be communicating with the computer. Tools->Get Board Info returns:
BN: Seeeduino XIAO
VID: 2886
PID: 002F
SN: 5EDE40BD50534D53302E3120FF0C1F42

Checking the directory path for the missing file, I find that /Users/jrr/Library/Arduino15/packages/Seeeduino/tools/arm-none-eabi-gcc/7-2017q4/ contains a lib directory, but no bin directory.

Uninstalling and reinstalling via the boards manager results in the same error.

Any suggestions on how to fix this problem?

Hi @JRR
Please check this problem solution.

Deleted the /Users/jrr/Library/Arduino15/packages/Seeeduino directory and it’s children. Reinstalled the “Seeed SAMD Boards” in the board manager, and everything worked fine.

Thank you!