Search code examples
iphoneobjective-cxcodebuildopenfeint

XCode 3.2.4 Project - no "other linker flags" in build settings visible


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?


Solution

  • 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.