Build failure on macOS

Hi!

I made some new modules for my plugin in Linux (Ubuntu). It works fine on my computer, but when I submitted it to the library, I got the message that it failed on MacOS: Build failure on macOS platform · Issue #6 · matthiassars/vanTies · GitHub

Could anyone help me with that? The code can be found here: GitHub - matthiassars/vanTies: a plugin for VCV Rack

gave some thoughts on the issue

3 Likes

Those are great recommendations, Paul. And it’s a good idea to set up GitHub Actions to run the cross-platform build process by @qno. @matthiassars you can take a look at how I use qno’s yml script in my Sapphire plugin to verify that it builds for Linux, Windows, and Mac (Intel and ARM) every time I push to GitHub. This way you can find out there is a build problem and fix it yourself before you submit an approval request to VCV Rack.

In this case since mac native builds and toolchain doesn’t the actions would probably have not caught it. But it is indeed a great idea

1 Like