Hi,
I'm encountering a build issue when adding use_frameworks! to my Podfile. The error I get is:
Intermediates.noindex/Pods.build/Release-iphonesimulator/RNFBAnalytics.build/Objects-normal/arm64/Binary/RNFBAnalytics normal arm64 (in target 'RNFBAnalytics' from project 'Pods')
If I use use_frameworks! :linkage => :static, everything works fine.
However, my project includes several dependencies that require use_frameworks!, so using :linkage => :static is not an option for me.
Is there any way to make React Native Firebase work with use_frameworks!?
Thanks in advance!