webcamoid / akvirtualcamera

akvirtualcamera, virtual camera for Mac and Windows
GNU General Public License v3.0
376 stars 47 forks source link

Unrecognized target specifier. <service-target>.... #16

Closed phanmn closed 3 years ago

phanmn commented 3 years ago

Hi, I'm using mac (version 11.4) and trying to follow steps at https://github.com/webcamoid/akvirtualcamera/wiki/Build-and-install

  1. When I run command
    launchctl enable system/ org.webcamoid.cmio.AkVCam.Assistant

    the output is

    Unrecognized target specifier. <service-target> takes a form of <domain-target>/<service-id>.
    Please refer to `man launchctl` for explanation of the <domain-target> specifiers.

    Please give me some hints to solve this issue. Thank you!

hipersayanX commented 3 years ago

Typo error, it goes all together:

launchctl enable system/org.webcamoid.cmio.AkVCam.Assistant

I've fixed the wiki, thanks.