Linker flags are arguments passed to a linker to specify options, for instance to link the code with a certain library, etc
My other libraries not allow me to set -ObjC or all_load flags. So I need to use -force_load …
objective-c xcode linker-flags