osx - Console.log Launchd Throwing error, InVisionSyncHelper. -


i m seeing on console log keeps relaunching great.

- jul  8 09:48:35 --- last message repeated 1 time --- - jul  8 09:48:35 ozcans-macbook-pro com.apple.launchd.peruser.501[317] (com.invisionapp.invisionsynchelper[2403]): exited code: 1 - jul  8 09:48:35 ozcans-macbook-pro com.apple.launchd.peruser.501[317] (com.invisionapp.invisionsynchelper): throttling respawn: start in 10 seconds 

i have checked,

~/library/launchagents   /library/launchagents    /library/launchdaemons   /system/library/launchagents     /system/library/launchdaemons 

thanks in advance.

here how found quick way rid of it,

here how remove service launchd. launch terminal , use following syntax launchctl command:

launchctl remove name

for example, if want remove service named “com.annoying.service” syntax be:

launchctl remove com.annoying.service

you may need prefix command sudo in order remove service, in case command be:

sudo launchctl remove com.annoying.service

with sudo prefix you’ll have enter administrator password before command execute.


Comments

Popular posts from this blog

toolbar - How to add link to user registration inside toobar in admin joomla 3 custom component -

linux - disk space limitation when creating war file -

How to provide Authorization & Authentication using Asp.net, C#? -