How to build and run Fuse Studio on Mac

Hi there fellow dev,

I followed the instructions on the repo: https://github.com/fuse-open/fuse-studio

Was able to build but got the following error when trying to run with this command in the terminal:
bin/Debug/Fuse.app/Contents/Fuse\ Studio.app/Contents/MacOS/Fuse\ Studio

Could not find `FSharp.Core` referenced by assembly `CommandLine, Version=2.0.275.0, Culture=neutral, PublicKeyToken=de6f01bd326f8c32`.
Could not find `FSharp.Core` referenced by assembly `AndroidManager, Version=1.9.0.0, Culture=neutral, PublicKeyToken=null`.
Could not find `FSharp.Core` referenced by assembly `Fuse Studio, Version=1.9.0.0, Culture=neutral, PublicKeyToken=null`.
Unhandled exception: Could not load file or assembly 'FSharp.Core' or one of its dependencies
[ERROR] FATAL UNHANDLED EXCEPTION: System.IO.FileNotFoundException: Could not load file or assembly 'FSharp.Core' or one of its dependencies
File name: 'FSharp.Core'

…anyways, the simple solution was to run ./build.sh again.