Manually start scheduled launchd job

Solution 1:

Hmm, maybe this helps to debug your issue:

Set the log level to debug:

sudo launchctl log level debug

Tail the system.log:

sudo tail -f /var/log/system.log &

Try to start your job again:

sudo launchctl start org.job-label