xcode-wakatime icon indicating copy to clipboard operation
xcode-wakatime copied to clipboard

Unable to install

Open faris-mobile89 opened this issue 4 years ago • 8 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 avatar May 04 '20 07:05 faris-mobile89

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

BryanJBryce avatar Aug 02 '20 05:08 BryanJBryce

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

afriedsam avatar Sep 28 '20 14:09 afriedsam

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

alanhamlett avatar Oct 14 '20 14:10 alanhamlett

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?

afriedsam avatar Oct 14 '20 15:10 afriedsam

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

alanhamlett avatar Oct 21 '20 05:10 alanhamlett

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

afriedsam avatar Nov 17 '20 14:11 afriedsam

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.

GnaixEuy avatar Sep 09 '21 02:09 GnaixEuy

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

alanhamlett avatar Sep 09 '21 18:09 alanhamlett