Skip to content

Instantly share code, notes, and snippets.

@NickNaso
Last active August 26, 2018 15:14
Show Gist options
  • Select an option

  • Save NickNaso/be01730d20c5076c253b640e1560a76e to your computer and use it in GitHub Desktop.

Select an option

Save NickNaso/be01730d20c5076c253b640e1560a76e to your computer and use it in GitHub Desktop.
Create xcode project for Node.js Native Add-Ons

How to create Xcode project for Node.js Native Add-Ons

These are the steps to create an Xcode project for your Node.js Native Add-Ons:

  • Go inside the folder of your project

  • Digit the following command: node-gyp configure --debug -- -f xcode

Now in the folder build you can find a file called binding.xcodeproj

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment