Matin Zadeh Dolatabad

Results 252 comments of Matin Zadeh Dolatabad

Follow here for the updated PR: https://github.com/facebook/react-native/pull/44667

```ruby source 'https://cdn.cocoapods.org/' require_relative '../node_modules/react-native/scripts/react_native_pods' require_relative '../node_modules/@react-native-community/cli-platform-ios/native_modules' $RNFirebaseAnalyticsWithoutAdIdSupport = true # Disable Ad Id usage $RNFirebaseAsStaticFramework = true production = ENV["PRODUCTION"] == "1" || ENV['CI'] == "1" project 'DietDoctorRN', 'Debug-prod'...

> @matinzd you're not trying this with RN 0.69.0 by any chance are you? I am trying with 0.69.3. > ReactNative doesn't support use_framework!, so You need remove it on...

> I got the same problem, when i run `pod install` and use_frameworks!. > > `[!] The 'Pods-xxxx' target has transitive dependencies that include statically linked binaries: (Flipper-Boost-iOSX and Flipper-RSocket)`...

> > remove: use_frameworks! > > add: use_modular_headers! > > Dear @douglassoldan, Does the above change work on RN v0.68.2? after installing Firebase stuff the flipper network plugin doesn't work...

> > use_flipper > > > > Remove: use_frameworks! > > Add: use_modular_headers! > > > > `# use_frameworks!` > > `use_modular_headers!` > > > > Works here! That doesn't...

Yes this is an issue related to RN specifically. I had a lot of issues in my integrations as well.

I cannot run the example app since there is something wrong with the pod install. Although pod install succeeds, `FirebaseAnalytics` and `GoogleAppMeasurement` pod folder is empty. --- Pod install log:...

Updated cocoapods and the example app is now working. For some reasons, the pods where not being copied to the corresponding folder. Example app with works both on iOS and...

Any updates? @russellwheatley