I try to integrate Admob and AppLovin Framework together in my iOS project.
AppLovin needs "Other Linker Flag" -ObjC, but in Admob it produces an error:
174 duplicate symbols for architecture arm64
How can I handle that, that AppLovin needs Other Linker Flag, but AdMob not?
I got that. -force_load did the job