Inaccurate info about macOS requirements (docs/CONTRIBUTING.md)
See original GitHub issueThe 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:
- Created 5 years ago
- Comments:5 (5 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Ah, I’ve got it now, thanks for the clarification 👍
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!