XCode 3.2.4 项目 - 没有“其他链接器标志”在构建设置中可见
我最近试图将我的 cocos2d 游戏与 open feint 连接起来,但我无法完成它,因为我创建的任何项目的构建设置中似乎缺少一些设置。
例如,我必须选中“Call c++ Default ctors/Dtors in Objective C”,但我的构建设置中没有这样的选项。这有什么问题吗?
这是一张图片: http://img413.imageshack.us/img413/3425/bildschirmfoto20101023u.png
我的项目是左边的,我下载的是右边的。我需要将我的构建设置设置为像右侧的设置。这有可能吗?
I am recently trying to connect my cocos2d game with open feint, but I can't accomplish it as there seem to be some settings missing in my build settings of any project that I create.
For example, I have to check "Call c++ Default ctors/Dtors in objective c", but there isn't such an option in my build settings. What's wrong with that?
Here is a picture:
http://img413.imageshack.us/img413/3425/bildschirmfoto20101023u.png
My project is the one on the left, I downloaded the right one. I need to my build settings to like like the ones on the right. Is that somehow possible?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在图像中,您将构建设置窗口设置为显示“在此级别定义的设置”。由于您尚未更改其他链接器标志设置,因此它自然不会显示。如果显示所有设置,您应该会看到它。
In the image, you have the build settings windows set to show "settings defined at this level". Since you haven't yet changed the other linker flags setting, naturally it doesn't show up. If you show all settings, you should see it.