skip to Main Content

The 'Pods-{Some Target}' target has transitive dependencies that include statically linked binaries: (Flipper-Boost-iOSX and Flipper-RSocket)-Firebase – React native

Following the tutorial to install React Native Firebase package. I am constantly getting this error:- The 'Pods-{Some Target}' target has transitive dependencies that include statically linked binaries: (Flipper-Boost-iOSX and Flipper-RSocket). I haven't found the concrete solution to this issue.

VIEW QUESTION

Installing React Native Firebase fails at compiling RingBuffer.swift

I am attempting to implement RNFB to my react-native project. for iOS the pods install just fine. However, when I run npm run iOS I get the following error and crash report: ❌ /Users/[Redacted]/Documents/GitHub/[Redacted]/ios/Pods/FirebaseCoreInternal/FirebaseCore/Internal/Sources/HeartbeatLogging/RingBuffer.swift:19:35: reference to generic type 'Array' requires…

VIEW QUESTION
Back To Top
Search