MonoGame Content Pipeline not working on OS X

I’m using OS X El Capitan. When I try running the Pipeline on Mac, it immediately closes. When running from the terminal, I get LSOpenURLsWithRole() failed with error -10810 for the file /Applications/Pipeline.app.

When I check the system logs, I see com.apple.xpc.launchd[1] (com.monogame.pipeline.239072[2470]): Service exited with abnormal code: 1

Is there something wrong with the MonoGame Pipeline on Mac OS X? This is a fresh install of both MonoGame and the Pipeline.

You probably got the develop version of MonoGame? The Pipeline Tool got rewritten since 3.5 and it’s currently not yet working on Mac on the develop branch. This is basically the most important thing that needs to get fixed before 3.6 is released. The pull request that will fix this is https://github.com/MonoGame/MonoGame/pull/4904

I am indeed using the development branch. Thanks for the information, that’s good to know! I like seeing all the progress that’s being made with 3.6 and can’t wait for it to get finalized.