renative
renative copied to clipboard
Can't ran tvos and ios on emulator
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
Desktop (please complete the following information):
- OS: osx
- Node Version v16.18.0
- RNV Version 0.37.0-canary.11
RNV Version 0.38.0-canary(upgrade-ts-3): ios runs successfully
@aurimasmi could you test yourself on latest rc or add instruction how to add that crashlytics plugin?
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 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