surfstudio/SurfGen

Error on Linux while using binary from current release

Closed this issue · 0 comments

Download release 2.0.1, binary for ubuntu https://github.com/surfstudio/SurfGen/releases
Run InstallSwiftOnLinux.sh according to documentation.
Run command ./surfGen generate or ./surfGen lint
The error occurs: ./surfgen: error while loading shared libraries: libswiftCore.so: cannot open shared object file: No such file or directory
There is no error after make executable on Linux, only when using provided release binary.

Provided release binaries should be checked here using github actions. Current actions should be updated: currently make executable is running botn on MacOS and Linux; also the generated binary should be checked with ./surfGen lint command with sample teas api file.