question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Inaccurate info about macOS requirements (docs/CONTRIBUTING.md)

See original GitHub issue

The documentation says …

XCode or XCode Command Line Tools, which can be installed by running xcode-select --install.

… but when I try to run make electron-develop, it fails to build drivelist with the following error …

> drivelist@7.0.3 install /Users/robertvojta/Work/balena/etcher/node_modules/drivelist
> prebuild-install || node-gyp rebuild

xcode-select: error: tool 'xcodebuild' requires Xcode, but active developer directory '/Library/Developer/CommandLineTools' is a command line tools instance

… which means that Xcode must be installed, not just Command Line Tools.

Issue Analytics

  • State:open
  • Created 5 years ago
  • Comments:5 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
zrzkacommented, Feb 22, 2019

Ah, I’ve got it now, thanks for the clarification 👍

0reactions
lurchcommented, Feb 22, 2019

Sorry if I wasn’t clear - I meant that maybe that change to drivelist means that “Xcode command line tools” is no longer sufficient (when it used to be when the instructions here were first written), and now “full Xcode” is required instead.

Apologies for any confusion caused 🙁 I’m not a JS expert either!

Read more comments on GitHub >

github_iconTop Results From Across the Web

docs/CONTRIBUTING.md at master · cockroachdb/docs - GitHub
This section helps you set up the tools you'll need to write the docs and use CockroachDB. These instructions assume that you use...
Read more >
Find out which macOS your Mac is using - Apple Support
Use About This Mac to check the version of Mac operating system installed, and find out whether it's the latest (newest, most recent)...
Read more >
docs/contributing/profiling.md | deno@v1.9.2
prof.log will contain information about tick distribution of different calls. To view the log with Web UI, generate JSON file of the log:...
Read more >
github contributing.md
Welcome to GitHub docs contributing guide Thank you for investing your time in ... of your repository. md · GitHub Submission Guidelines Coding...
Read more >
macOS - Wikipedia
All releases from Mac OS X 10.5 Leopard and after are UNIX 03 certified, with an exception for OS X 10.7 Lion. Apple's...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found