wakatime / xcode-wakatime

Xcode plugin for automatic time tracking and metrics generated from your programming activity.
https://wakatime.com/xcode
BSD 3-Clause "New" or "Revised" License
393 stars 28 forks source link

Can't uninstall wakatime on xcode #68

Open erfanansari opened 2 years ago

erfanansari commented 2 years ago

So I wanted to add Apple ID in order to run my app on a physical iPhone, but I got the following error: Couldn’t communicate with a helper application. So I decided to uninstall waketime because it sounds like it is the reason I can't add my account. So I ran the following command that was mentioned for uninstalling Xcode: curl -fsSL https://raw.githubusercontent.com/wakatime/xcode-wakatime/master/uninstall.sh | sh

but the problem is that I get this error while running it: sed: /var/at/tabs/: No such file or directory

Is there a way to properly uninstall waketime without reinstalling the whole Xcode again?

ThoseGuysInTown commented 2 years ago

I've also experienced this! I had to uninstall and reinstall xcode :((( big sad

xcode version: 13.4.1 macOS: 12.5.1

ThoseGuysInTown commented 2 years ago

other fixes in: #49