Install on RN 0.70 #6536
Replies: 1 comment 2 replies
-
Hi there! Sure, like this: https://github.com/mikehardy/rnfbdemo/blob/rn70-hermes-use-frameworks/make-demo.sh That's a demonstration start to finish - there was not that much that changed between rn69 / rn70 as far as I know? I still have issues with Hermes on iOS and have not had time to run them down, but if you disable flipper and disable hermes it works the same as rn69, with the exception of a bunch of things needed for macCatalyst go away. I'm testing something with Xcode 14 that looks problematic and used to only be needed for macCatalyst builds - it's related to code-signing and did not happen for non-macCatalyst on Xcode 13 but now appears necessary for all builds on Xcode 14. Specifically this: Which came from this CocoaPods/CocoaPods#8891 (comment) But now this appears to be needed when you archive (debug builds are fine): |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Does somebody know how to install on RN 0.70? I'm trying for 2 days and I cannot. I appreciate some help. Thank you very much
Beta Was this translation helpful? Give feedback.
All reactions