Other Linker Flags missing in Xcode Build Settings

11.2k views Asked by At

As the title reads, I go into my Build Settings for my app, and search for "Other Linker Flags", nothing is returner. If I even search simply "Other", there is no "Other Linker Flags" section. I've seen other instances of this happening online, but have found no solutions. How can I find Other Linker Flags?

All help appreciated.

1

There are 1 answers

0
B.A.S. Apps On BEST ANSWER

Make sure you click "All" at the top instead of "Basic". OTHER_LDFLAGS is the same thing as Other Linker Flags. Have fun!