Riccardo Cipolleschi

Results 310 comments of Riccardo Cipolleschi

Cool! Now the CI is running properly! There are some ruby tests failures, which are expected! You can run ruby tests locally on your machines: 1. navigate to: `react-native/packages/react-native/scripts` 2....

> What do you want me to do for /rebase ? I am not getting it. I'm sorry! 😓 Leaving a comment `/rebase` on a React Native PR triggers a...

hum... I don't think we are generating dSYM anymore, unfortunately. Probably due to some bug or unwanted changes. I'll have to look into that more deeply. @dmytrorykun, do you have...

Can you reproduce the crash locally in a Debug version of the app? Or are these crashes happening only in production? If you manage to reproduce the crash locally, does...

Yeah, I understand. If a crash is happening with both engines, it makes me think that it is either something in the app or in React Native. Looking at [these...

I think you are running the command from the wrong folder: `hermes-engine` is a supporting folder, where react-native specifies the build logic for hermes `hermes` is the folder that actually...

@iCodeWoods I make a test today and I can confirm that running ``` BUILD_TYPE="Release" ./utils/build-ios-framework.sh BUILD_TYPE="Release" ./utils/build-mac-framework.sh ``` Creates also the dSYMs: I'll be on holiday the next week, and...

Hey there, starting from 0.73, we are publishing the dSYMs for both Hermes in Release and Hermes in Debug. You can find the link in the [GitHub releases](https://github.com/facebook/react-native/releases/tag/v0.73.0-rc.1). In any...

Yes they have been published here: https://repo1.maven.org/maven2/com/facebook/react/react-native-artifacts/0.73.1 Probably we forgot to update the release notes

Yeah.. that's weird. Perhaps sonatype is having issues in synching the indexes. That per of the infra is a bit out of our control... 🤷