Closed samuelowino closed 2 years ago
@samuelowino without detailed ifo we can guess what happened. Enable debug = true
in your ~/.wakatime.cfg
and check for any errors. Feel free to attach some of them here.
Most likely a duplicate of #61. @samuelowino if you're getting a different error than the one in #61 please paste it here and we can re-open this issue.
Hey @gandarez @alanhamlett , I noticed that there are already issues open with the exact same error log. Unfortunately none with Xcode 13. Let me add some error logs to my issues description
@gandarez @alanhamlett check issue description, seems like Alcatraz fails to install.
@alanhamlett you are too quick to close issues, please look at the description above
Reinstalling wakatime-cli solved the issue for me.
bash <(curl -s https://raw.githubusercontent.com/wakatime/xcode-wakatime/master/WakaTime/install_dependencies.sh)
Looks like it failed when installing Alcatraz. Maybe we don't need Alcatraz anymore, since it's no longer supported.
It's definitely Alcatraz.
I also wanted to use method 2: creating a copy of Xcode so that I can preserve the original Xcode app signature, because I still want to use Xcode to upload builds to App Store connect. I had a previous installation that refused Apple ID registration due to the plugin corrupting Xcode signature.
Some innovation around this would be awesome.
Thanks, the plugin is awesome!
I removed Alcatraz from the install script with 987582b4f23f436c341d16c1bc16e996b06f4822 and it seems to work fine without it. Should be fixed 👍