Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在开发一个项目来测试和调试它们 nodejs-foo。我想使用 Xcode4 作为 IDE。我试图将 nodejs-project-code 从 github 导入 xcode。但是因为我是 Xcode 的新手,所以我不知道从哪里开始以及该做什么。
我在developer.apple.com上找到了这个,但我不确定它到底有多大帮助。
如何将现有的 None-Xcode-project 导入 Xcode?
我通过浏览 Google v8 文档自己解决了这个问题。调用 ./configure 后,您只需在源文件夹中调用 ./tools/gyp_node 即可为 xcode 构建项目文件!