Skip to content

[🐛] Incompatibility with use_frameworks! in Podfile #8416

@miguelmunozfer

Description

@miguelmunozfer

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!

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions