From bd68a7767efd82ebd50fff04925b22b1d3c89fe7 Mon Sep 17 00:00:00 2001 From: Alan Hamlett Date: Mon, 10 Aug 2015 11:53:29 -0700 Subject: [PATCH] update Xcode troubleshooting section --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index ca5d75f..2bf1f40 100644 --- a/README.rst +++ b/README.rst @@ -71,6 +71,6 @@ Each plugin also has it's own log file for things outside of the common wakatime * **TextMate** logs to stderr so run TextMate from Terminal to see any errors (`enable logging `_) * **Vim** errors get displayed in the status line or inline (use ``:redraw!`` to clear inline errors) * **Visual Studio** logs to the Output window, but uncaught exceptions go to ActivityLog.xml (`more info... `_) -* **Xcode** type ``sudo tail -f /var/log/system.log`` in a Terminal to view any Xcode plugin messages) +* **Xcode** type ``sudo tail -f /var/log/system.log`` in a Terminal to view Xcode errors Check that heartbeats are received by the WakaTime api with the ``last_heartbeat`` and ``last_plugin`` attributes from the `current user `_ api resource. Saving a file forces a heartbeat to be sent.