gpt4 book ai didi

xcode - 如何在 Mac 上使用 node-gyp 生成 XCode 项目

转载 作者:IT老高 更新时间:2023-10-28 23:24:47 28 4
gpt4 key购买 nike

我正在使用 node-gyp 来构建 node.js 插件。 binding.gyp 文件的内容是

{
'targets': [
{
'target_name': 'myapp',
'include_dirs': ['api-sdk'],
'sources': [ 'main.cpp', 'lib.cpp'],
'cflags!': [ '-fno-exceptions' ],
'cflags_cc!': [ '-fno-exceptions' ],
'conditions': [
['OS=="mac"', {
'xcode_settings': {
'GCC_ENABLE_CPP_EXCEPTIONS': 'YES'
}
}]
]
}
]
}

在 Windows 上,当我运行 node-gyp configure 时,会自动生成 Visual Studio 项目。但是在Mac上,执行node-gyp configure后并没有生成对应的XCode工程。

有人知道如何使用 Node-gyp 生成 XCode 项目吗?我应该在 binding.gyp 文件中添加一些设置吗?

谢谢,

杰弗里

最佳答案

放赏金后自己解决了... :)

node-gyp 配置 -- -f xcode

是这个问题的答案。

关于xcode - 如何在 Mac 上使用 node-gyp 生成 XCode 项目,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18223786/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com