Riccardo Cipolleschi

Results 310 comments of Riccardo Cipolleschi

I managed to reproduce it. This is not a simple bug, as the stack trace reports that it happens in thread 1 at startup with little to no extra information....

So, I made another test. The app runs properly with `USE_FRAMEWORKS=static`. For the time being, this should be a valid workaround. Meanwhile, I found that `jump_fcontext` is a function in...

which version of Xcode are you using? That flag has been added by Apple because we actually asked them to give us a way to make C++'s weak symbols work...

@piraces yes, I'll work on that this week or next week, worst case scenario. There are a few test that I want to run, to make sure we don't break...

Thanks for the reporting. Next week I'll be back in the office, with a better connection and bandwidth, and I'll be able to download multiple Xcode and test with/without the...

Hi everyone. I've spent a couple of days investigating the issue. I think we should be able to fix the problem by adding this patch to the `utils.rb` file: *...

So, I was able to test using Firebase Test Lab and it looks like that older devices are working. I created PRs also for the supported versions: * 0.73: https://github.com/facebook/react-native/pull/42227...

Hi everyone, I was on a long PTO (3 weeks) and came back this week. I'm looking into this.

@sunzongzheng @wkwyatt I just tried the following steps: ``` npx react-native@latest init AwesomeProjectTest --version latest --skip-install cd AwesomeProjectTest yarn install cd ios bundle install USE_FRAMEWORKS=dynamic NO_FLIPPER=1 bundle exec pod install...