One of the components that I use for my app demands that I use -all_load as one of its linker flags. But when I add this flag, I get an errors from another library that I use in my app. When I archive the app, I get the following errors:
Apple Mach-O Linker Error 64 duplicate symbols for architecture armv7s
What is the solution for this situation?