Raspberry n XOJO 2018-r1

2017-r3 won’t wok on fonts
2018-r1 won’t work at all
the error is:
error while loading shared libraries: libunwind.so.8: cannot open shared object file: No such file or directory

The same project compiled with 2017-r1 works.

Install that library and continue…

Check your package manager.

I thought that library was no longer needed as of 18r1?
From the release notes:

Pi and 64-bit Linux require libunwind8. I’ve updated that release note.

The System Requirements indicate this along with the simple Terminal command you can run on the Pi to install it:

sudo apt-get install libunwind8
sudo apt-get install libunwind8

returns:

E: Unable to locate package libunwind8

I was able to install the library by downloading the armhf package from here https://packages.debian.org/stretch/libunwind8 and installing it with:

dpkg -i libunwind8_1.1-4.1_armhf.deb