Skip to content

Instantly share code, notes, and snippets.

@greelgorke
Last active December 16, 2015 19:59
Show Gist options
  • Save greelgorke/5489280 to your computer and use it in GitHub Desktop.
Save greelgorke/5489280 to your computer and use it in GitHub Desktop.
node make after clean
which xcodebuild && make clean all
/usr/bin/xcodebuild
rm -rf out/Makefile node node_g out/Release/node blog.html email.md
find out/ -name '*.o' -o -name '*.a' | xargs rm -rf
rm -rf node_modules
/usr/bin/python tools/gyp_node -f make
Error: Can't run /usr/bin/usr/bin/xcodebuild (no such file).
gyp: Error 1 running xcodebuild
Error running GYP
make: *** [out/Makefile] Error 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment