Mike Hardy

Results 1358 comments of Mike Hardy

Incidentally - @enchorb hermes will not work until this is released: https://github.com/facebook/react-native/pull/34030#issuecomment-1160987749 - which will likely be react-native 0.69.1 (note: 0.69.0 is not out yet but it's closed for pick...

@Fawxy - can you specify anything more about your environment than > I'm using Xcode 13.4.1 (13F100) ? In my "seems to work fine" environment(s) I have this for instance:...

Here's what make-demo results in, compare and constrast, perhaps modify your Podfile to look like it? ```ruby require_relative '../node_modules/react-native/scripts/react_native_pods' require_relative '../node_modules/@react-native-community/cli-platform-ios/native_modules' platform :ios, '11.0' install! 'cocoapods', :deterministic_uuids => false target...

@KubilayKerim how did it go when you actually ran https://github.com/mikehardy/rnfbdemo/blob/main/make-demo.sh in your environment ? I cannot troubleshoot specific projects as there are an infinite variety of ways people can do...

> @mikehardy rollback version to 14.11.0 is working for me Which unfortunately leaves you with no future as you can't stay there forever. Does https://github.com/mikehardy/rnfbdemo/blob/main/make-demo.sh work for you in your...

Oh dang 🤦 you all - I made local changes to the make-demo.sh script in order to work with the new firebase-ios-sdk v9 but **I did not then `git push`...

@baselshlewett Xcode error 65 is because the build is not finding node, this is a common and unfortunate side effect of using nvm. react-native 0.69 changes how react-native build process...

This appears pretty prescriptive @KubilayKerim - ``` [!] CocoaPods could not find compatible versions for pod "Firebase/Messaging": In Podfile: RNFBMessaging (from `../node_modules/@react-native-firebase/messaging`) was resolved to 15.0.0, which depends on Firebase/Messaging...

Current status here for me is that this is still not reproducible. I continue working on making the experience better though and current state is that with [this patch](https://github.com/mikehardy/rnfbdemo/blob/main/patches/react-native%2B0.69.0.patch) (which...

@igorcesarcode you are using ` use_frameworks!` but not `$RNFirebaseAsStaticFramework=true` in your Podfile, that's my guess --> https://rnfirebase.io/#altering-cocoapods-to-use-frameworks