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?
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?