Finder Sync/Overlays Extension not launching
问题 I am facing an issue where finder overlays sync icons are not shown. Here is the code that I tried: NSString* bundleID = @"com.my.myapp"; NSString* extBundleID = [NSString stringWithFormat:@"%@.finderoverlays", bundleID]; NSString* runCommand = [NSString stringWithFormat:@"pluginkit -e use -i %@", extBundleID]; NSLog(@"runcommand= %s", runCommand.UTF8String); int result = system(runCommand.UTF8String); NSLog(@"setting up finder overlays, returned = %d", result); The result is always 0, but