react-native-community / upgrade-support

A central community-backed place to request and give help when upgrading your app.
MIT License
251 stars 2 forks source link

0.64.0 -> 0.71.12: React-jsi - 'jsi/jsi.h' file not found #240

Open wmonecke opened 12 months ago

wmonecke commented 12 months ago

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

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
image Screenshot 2023-07-08 at 14 01 47

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!

AdarshJais commented 11 months ago

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/) ??

wmonecke commented 11 months ago

No - I started a new project and installed all deps.

nica0012 commented 9 months ago

same issue here

shifanpark commented 8 months ago

same issue here its happen after i updated XCODE to 15

aman-masipeddi commented 6 months ago

same issue, I am running my project on Xcode 15.1.

JordiL94 commented 5 months ago

I am encountering the same issue on 0.72.4

ishaq159 commented 5 months ago

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