I have an app that crashes on build.
I\'m told to set the \"Other Linker Flags\" to -ObjC. Fine.. but
in Xcode\'s Build settings, I don\'t see \"Other Link
These are the same thing. One is a synonym for the other. If you click on the Quick Help in the inspector in Xcode 4.5 when you have "Other Linker Flags" selected, it will tell you that it sets the "OTHER_LDFLAGS" setting. "Other Linker Flags" is the human-readable version, and OTHER_LDFLAGS
is the actual variable name that the linker uses.