Mike Hardy
Mike Hardy
Quite alright - I can still apply it then use tools to ignore spacing etc :-), thanks for posting this
> Was this tested? This was not tested with react-native-navigation probably > Is there any way we can have the headless check available for react-native-navigation? Sure - determine some way...
(re-posting/moving here, from #6323) ---- @RodolfoGS thanks posting a repro! What happens if you affect this: https://github.com/RodolfoGS/FirebaseCoreInternal-issue/blob/4c626b5cdcac40ec99a1c2b3fead2ae5db61670e/ios/Podfile#L16 Experiments to run: 1- make that line say *nothing* except `use_frameworks!` (that is:...
So that actually seems like 1 will work *for react-native-firebase*, I think that's a positive result and figuring out how to preserve that result while using the default Expo podfile...
@RodolfoGS `$RNGoogleMobileAdsAsStaticFramework = true` in the `Podfile` then reinstalling pods was the key for me. I reproduce your error when I do not have that set to true, and I...
Interesting, you could check their podspec and try to patch it, that variable that we add does a really simple change and it is patch-patchable really trivially as a test...
The specific change in the affected libraries is just to add this: ```ruby s.static_framework = true ``` (the `s.` is a variable in the ruby block, it may be called...
@lockieluke You don't specify what the "this" is. There are a few problems depending on whether what you want is "to use react-native new architecture", or "I want to use...
That is still a vastly incomplete description of the problem. What version of react-native are you on? Do you use Expo? Do you also use react-native-google-mobile-ads? Do you use Hermes?...
@nbonatsakis I'm not sure how to do it in Expo terms but if you can: 1) determine what to put in Podfile.properties.json so it correctly sets use_frameworks! :linkage => :dynamic...