- 
                Notifications
    You must be signed in to change notification settings 
- Fork 9
What if iOS build or pod install failed
        Davor Komušanac edited this page Dec 5, 2022 
        ·
        1 revision
      
    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:
- 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!()- Comment out Flipper usage in AppDelegate.m
If you have any questions or suggestions, feel free to send an email to [email protected] or create an issue.
- Library events
- Server errors
- Users and installations
- Messages and notifications management
- Inbox
- Privacy settings
- In‐app chat
- WebRTC Calls and UI
- Migration guides
- JSON Web Token (JWT) structure and generation example