upgrade-support
upgrade-support copied to clipboard
0.64.0 -> 0.71.12: React-jsi - 'jsi/jsi.h' file not found
Environment
Package.json
"react": "18.2.0",
"react-native": "0.71.12",
Running on Apple Silicon M1
Things I’ve done to figure out my issue
- [x] I used upgrade-helper to do my upgrade.
Upgrading version
0.64.0 -> 0.71.12
Description
This upgrade is by far the most painful I have had with RN. I have solved 3 other issues until I stumbled on this one that I can't seem to solve. I haven't been able to compile it yet.
When trying to run the app on the iOS Simulator I get the following error:
'jsi/jsi.h' file not found
Reproducible demo
To me, this looks like something is wrong on the react / react-native side of things instead of a 3rd party lib. Can't really give a repro since I don't know what is causing this. Any hint or help is welcome!
How you actually did your upgrade? Did you use any tool or manually implemented all changes mentioned inside (https://react-native-community.github.io/upgrade-helper/) ??
No - I started a new project and installed all deps.
same issue here
same issue here its happen after i updated XCODE to 15
same issue, I am running my project on Xcode 15.1.
I am encountering the same issue on 0.72.4
I am also getting the same issue. with react-native : 0.72.4 and realm : 12.5.1 I don't get any issue in simulator but getting this issue when I try to create IPA (Archieve) in xcode