Quando eseguo launchctl per caricare / avviare il plist con il seguente contenuto:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Label</key>
<string>com.web_blocker</string>
<key>ProgramArguments</key>
<array>
<string>/Applications/Python 3.6</string>
<string>/Users/michaelcunningham/Desktop/website_blocker.py</string>
</array>
<key>StartInterval</key>
<integer>60</integer>
<key>RunAtLoad</key>
</dict>
</plist>
Viene visualizzato l'errore "elenco di proprietà non valido". Come posso risolvere questo problema?