Other linker flags missing in Xcode build settings

As the title says, I go to my build settings for my application and look for “Other linker flags”, returns nothing. If I’m just looking for “Other”, there isn’t “Other linker flags”. I have seen other cases of this event on the Internet, but have not found solutions. How to find other linker flags?

All help was appreciated.

+6
source share
1 answer

Make sure you click "All" at the top, and not "Basic." OTHER_LDFLAGS is the same as other linker flags. Enjoy!

+23
source

Source: https://habr.com/ru/post/978700/


All Articles