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.
2
Answers
The solution is pretty obvious based on the error message we are getting, but 'I am web developer, why would I bother with Pods :D'. Commenting out this line:
:flipper_configuration => FlipperConfiguration.enabled
should do the trick, at least it worked for me.Let me post here the whole
Pods
file:comment out
probably somewhere line 27 in ios/podfile