renative icon indicating copy to clipboard operation
renative copied to clipboard

Can't ran tvos and ios on emulator

Open aurimasmi opened this issue 1 year ago • 4 comments

Describe the bug Tvos and Ios apps can't run on arm architecture.Reproducable only on M1/M2. Seems started from macos Ventura.

To Reproduce Build ios, tvos app, add an example Crashlytics plugin and try to run it on emulator

Expected behavior App runs

Screenshots or copy&paste CleanShot2023-06-19at12 15 32

Desktop (please complete the following information):

  • OS: osx
  • Node Version v16.18.0
  • RNV Version 0.37.0-canary.11

aurimasmi avatar Jun 20 '23 06:06 aurimasmi

RNV Version 0.38.0-canary(upgrade-ts-3): ios runs successfully

ElenaDiachenko avatar Sep 29 '23 11:09 ElenaDiachenko

@aurimasmi could you test yourself on latest rc or add instruction how to add that crashlytics plugin?

pauliusguzas avatar Dec 19 '23 13:12 pauliusguzas

There is crashlytics in @flexn scoped plugins you should be able to add it just by defining it in your renative.json:

plugins: {
  "@react-native-firebase/crashlytics": "source:flexn"
}

aurimasmi avatar Dec 21 '23 08:12 aurimasmi

@aurimasmi it works with 1.0.0-rc.6 but noticed that first time build with crashlytics added takes more than 5 minutes, second time even with -r is a lot faster, so is this expected? cc @mihaiblaga89

pauliusguzas avatar Dec 21 '23 09:12 pauliusguzas