wakatime / xcode-wakatime

Xcode plugin for automatic time tracking and metrics generated from your programming activity.

Home Page:https://wakatime.com/xcode

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unable to install

faris-mobile89 opened this issue · comments

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

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

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

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

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?

  1. Download the repo and extract it.
  2. Double click on the WakaTime.xcodeproj file.
  3. Once open, click the play button to build.

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

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.

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