Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Other Linker Flags missing in Xcode Build Settings

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.

like image 258
B.A.S. Apps Avatar asked Nov 25 '14 21:11

B.A.S. Apps


People also ask

Where is Other Linker Flags in Xcode?

In Xcode, choose View > Navigators > Show Project Navigator, or press ⌘1 . Select your project under the PROJECT heading in the Project Navigator, then select the Build Settings tab. Scroll down to the Other Linker Flags build setting under the Linking collection, or type "Other Linker Flags" into the search bar.

How do I add another linker flag?

Add Linker FlagSelect your project in the sidebar and switch to the “Build Settings” tab. Search for the “Other Linker Flags” setting. Double click the Other Linker Flags row's value area, on the right side. A pop-up should appear.

How do I change my build settings in Xcode?

Choose the project in the Project Navigator on the left. Select the Configurations target from the Targets section and click the Build Settings tab at the top. The Build Settings tab shows the build settings for the Configurations target. It's possible to expand this list with build settings that you define.


1 Answers

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

like image 55
B.A.S. Apps Avatar answered Sep 19 '22 06:09

B.A.S. Apps