I have a Hazel rule set that goes through my Application folder and labels with a color the apps recently used and those last used more than a year ago.
I keep getting errors like the following in my log:
2014-08-21 06:14:06.328 hazelworker[839] Reminders.app: Rule Recently Used matched.
2014-08-21 06:14:06.333 hazelworker[839] Could not set tags for URL file:///Applications/Reminders.app/: Error Domain=NSOSStatusErrorDomain Code=-5000 "The operation couldn’t be completed. (OSStatus error -5000.)" (afpAccessDenied: Insufficient access privileges for operation )
2014-08-21 06:14:06.333 hazelworker[839] Caught exception in rule evaluation of file Reminders.app: Could not set tags for /Applications/Reminders.app
2014-08-21 06:14:06.333 hazelworker[839] ###main load address: 0x104d14000
2014-08-21 06:14:06.333 hazelworker[839] ###Noodle load address: 0x104df4000
2014-08-21 06:14:06.333 hazelworker[839] ###CK load address: 0x104db3000
2014-08-21 06:14:06.333 hazelworker[839] (
0 CoreFoundation 0x00007fff8996825c __exceptionPreprocess + 172
1 libobjc.A.dylib 0x00007fff887a1e75 objc_exception_throw + 43
2 hazelworker 0x0000000104d307a1 start + 108113
3 hazelworker 0x0000000104d26c4a start + 68346
4 hazelworker 0x0000000104d3a247 start + 147703
5 hazelworker 0x0000000104d19293 start + 12611
6 hazelworker 0x0000000104d1a051 start + 16129
7 hazelworker 0x0000000104d1b747 start + 22007
8 hazelworker 0x0000000104d16184 start + 52
Certainly looks like a privilege issue. Any suggestions on a workaround would be appreciated.
Thanks,
Norm