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

Error while installing #62

Closed bumothekid closed 2 years ago

bumothekid commented 2 years ago

I have an issue that when I try to install the plugin for Xcode with the command

curl -fsSL https://raw.githubusercontent.com/wakatime/xcode-wakatime/master/install.sh | sh

it throws the error

tar: Error exit delayed from previous errors.

this error occurs while it downloads "Alcatraz"

Here's also an screenshot:

Screenshot 2022-05-07 at 1 20 02 PM
alanhamlett commented 2 years ago

Fixed with 2ba57b878b1cb01c51f0d34280711f94a5a8bb9c.

bumothekid commented 2 years ago

Thanks