olegtech

Results 4 comments of 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: ![image](https://user-images.githubusercontent.com/94042758/193626694-e800bdee-3f14-4dff-b0cf-3f3b31422553.png) 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