Open
Description
We facing a strange issue in latest react-native 0.79 and firebase.
a. if we remove use_frameworks! :linkage => :static, we get FirebaseAuth not found error.
b. If we add "use_frameworks! :linkage => :static", we get "RCT_ENABLE_INSPECTOR needs to be set to fulfill RCT_REMOTE_PROFILE"
c. if we enable that in Podfile, we get "'RCTDevLoadingViewProtocol.h' file not found".
Please share the solution. seems use_frameworks is not working. if we remove that, Firebase is not working.
Our POD File is provided below.