olegtech
olegtech
Hi there, the same issue for me. I faced same problem. It appeared after installing Firebase SDK and running `pod install` (faced error message that I need to use `use_modular_headers!`...
> Hi there, I'm looking into the issue. In order to investigate this properly, could you tell me what's the proper setup? > > * Are you using the New...
@cipolleschi I've resolved it: According to Firebase docs:  What I did: - `cd ios` and added to the top in Podfile: `use_frameworks! :linkage => :static` - in Podfile -...
@michaelkozah Hi there! Please share your Podfile