I'm little bit confused with the linker flags available on iOS.
This question may not be a good one accoring to the faq, but I don't know anything about the linker flags, and I'm curious about it. That's why I'm asking it here.
- What is the use of -
ObjC
linker flag ? - What is the use of
-all_load
? - What is the use of
-force_load
?
What are the other frequently used linker flags available for iOS ?
Please help me to understand the linker flag usage. Thanks in advance.