Xcode plugin to quantify your coding using https://wakatime.com/.
Warning: Will not work on Xcode 8 since Apple has disabled all unofficial plugins.
a) Click Window
-> Package Manager
inside Xcode.
b) Type WakaTime
, then click the plugin icon on the left to install.
c) Restart Xcode.
-
Enter your api key, then click
OK
. -
Use Xcode like you normally do and your time will be tracked for you automatically.
-
Visit https://wakatime.com to see your logged time.
Try running this Terminal command:
bash <(curl -s https://raw.githubusercontent.com/wakatime/xcode-wakatime/master/WakaTime/install_dependencies.sh)
That will re-download the wakatime-cli dependency.
If that doesn't work, turn on debug mode and check your wakatime cli log file (~/.wakatime.log
).
If there are no errors in your ~/.wakatime.log
file, check your Xcode log file (/var/log/system.log
).
For more general troubleshooting information, see wakatime/wakatime#troubleshooting.