I have an inactive-native project that integrates RCTFBSDK as well as RCTFBSDKCore into the project. When I compile, I have, of course, two .a with conflict (duplicate objects).
If I remove -Objc from other Linker flags, it certainly compiles, but it requires an application crash like -Objc.
I'm completely in the loop, how can this be fixed?
benza source share