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

Unable to install #48

Open faris-mobile89 opened 4 years ago

faris-mobile89 commented 4 years ago

Unable to install the plugin on Xcode 11.3 (11C29). I closed the Xcode but same issue.

Error: Please quit Xcode then try running this script again

BryanJBryce commented 4 years ago

@faris-mobile89 What is the name of your Xcode application?

afriedsam commented 4 years ago

Unable to install Mac OS 10.14.6 Xcode 12.0.1

When I run curl -fsSL https://raw.githubusercontent.com/wakatime/xcode-wakatime/master/install.sh | sh in terminal I get the following error and the build fails:

-fobjc-arc is not supported on platforms using the legacy runtime warning: Could not read serialized diagnostics file: error("Failed to open diagnostics file") (in target 'WakaTime' from project 'WakaTime') Command ProcessPCH failed with a nonzero exit code Screen Shot 2020-09-28 at 10 19 44 AM

alanhamlett commented 4 years ago

Try opening the project in Xcode and building with the IDE?

afriedsam commented 4 years ago

Can you walk me through specifically how to do that? I click build and the build succeeds but nothing happens after that. What is the next step?

alanhamlett commented 4 years ago
  1. Download the repo and extract it.
  2. Double click on the WakaTime.xcodeproj file.
  3. Once open, click the play button to build.
afriedsam commented 4 years ago

When I try that nothing happens. The build succeeds, but then nothing happens. What should I do after?

GnaixEuy commented 3 years ago

Has the problem been solved ? When I finished building how to use it, I tried to double-click the compiled plug-in, but Xcode told me he couldn't open it.

alanhamlett commented 3 years ago

You might also need to install Alcatraz. I don't remember, but I think that was needed to auto load the WakaTime plugin:

curl -fsSL https://raw.github.com/alanhamlett/Alcatraz/master/Scripts/install.sh | sh