What if iOS build or pod install failed - infobip/mobile-messaging-react-native-plugin GitHub Wiki

Since React Native v0.62.0 was introduced, iOS build fails with when use_frameworks! is enabled in Podfile (react-native issue) or you may see following error after doing pod install -target has transitive dependencies that include statically linked binaries: (Flipper-Boost-iOSX and Flipper-RSocket)

In order to integrate Mobile Messaging Plugin, you will need to disable Flipper as described:

  1. Comment out Flipper usage in Podfile
 #add_flipper_pods!
 #post_install do |installer|
 #  flipper_post_install(installer)
 #end
 ...

or just this (for such versions it's not needed to perform 2nd step)

 # use_flipper!()
  1. Comment out Flipper usage in AppDelegate.m