cmake + xcode:错误“构建设置 PRODUCT_NAME 未定义”
我正在使用 cmake 2.8.3 为 xcode 3.2.5 生成 C/C++ 项目文件;构建通常顺利,但每次生成 xcode 项目时(在项目/编辑项目设置/打包中),我都必须手动设置“产品名称”。
如果我无法设置此产品名称,xcode 将拒绝构建项目,并退出并报告以下错误:
构建设置 PRODUCT_NAME 未定义
是否可以使用 < em>cmake?或者不定义产品名称?
I'm using cmake 2.8.3 to generate a C/C++ project file for xcode 3.2.5 ; the build goes generally fine, but I have to manually set the "Product Name" each time I generate the xcode project (in Project / Edit Project Settings / Packaging).
If I fail to set this product name, xcode refuses to build the project, and exits reporting the following error :
Build setting PRODUCT_NAME undefined
Is it possible to set this value with cmake ? or go without defining a Product Name ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
你尝试过这样的事情吗?
我已将 MacBook 上的 Mac OS X 替换为 Linux,因此无法检查此建议。
Have do you tried something like this?
I've replaced Mac OS X with Linux on my MacBook, so I can't check this suggestion.