You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'
The text was updated successfully, but these errors were encountered:
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'
The text was updated successfully, but these errors were encountered: