Issues with DropDMG using Jenkins on Mac OS X 10.6.8

I’ve been working on integrating DropDMG into our Jenkins build system.

I get the following error in the Jenkins log:

2015-01-23 12:59:32.729 dropdmg[91490:607] Scripting Bridge could not launch application id com.c-command.DropDMG.
2015-01-23 12:59:32.733 dropdmg[91490:607] Scripting Bridge could not launch application id com.c-command.DropDMG.
The operation couldn’t be completed. (OSStatus error -600.)

It should be noted that Jenkins is setup as a slave node on a Mac OS X 10.6.8 Server VM in VMWare Fusion.

Has anyone experienced similar problems with trying to integrate DropDMG into a Jenkins build system?

Thanks,
Matt

Please make sure that the Mac OS X user account that is running the “dropdmg” tool is also logged into the GUI (so that apps can be launched).

Thanks! That got it working.