React Native: libRCTFBSDKCore.a and libRCTFBSDK.a

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?

+5
source share

Source: https://habr.com/ru/post/1266171/


All Articles