electrode-native icon indicating copy to clipboard operation
electrode-native copied to clipboard

FBAudienceNetwork in container and client application causes crash

Open ozcanzaferayan opened this issue 3 years ago • 0 comments

Hi, I integrated react-native-fbads to our project. But, client has FBAudienceNetwork in its Podfile too, and two libraries are conflicting and crashing app with this message: Terminating app due to uncaught exception 'FBFinalClassViolationException', reason: 'FBAdConfigManager is a final class and cannot be subclassed. FBAdConfigManager'

How can i fix this issue?

I tried to remove FBAudience from client but other native screens depends on it and import FBAudienceNetwork lines returns an error with this message: No such module 'FBAudienceNetwork'

ozcanzaferayan avatar Feb 08 '22 09:02 ozcanzaferayan