react-native-navigation icon indicating copy to clipboard operation
react-native-navigation copied to clipboard

RN 0.78.3 iOS build error 'jsinspector-modern/tracing/CdpTracing.h' file not found

Open Aikenwu opened this issue 1 month ago • 1 comments

What happened?

Image

Initially, I thought the issue was with Expo, because Expo 53 is incompatible with RNN 0.78.3 and requires RNN 0.79 (https://github.com/expo/expo/issues/33066). Later, I suspected a Firebase issue, checking this issue, but still misunderstood (https://github.com/invertase/react-native-firebase/issues/8271#issuecomment-2651573373). It wasn't until I discovered the error was in the RNN build process that I remembered dealing with this issue before (https://github.com/wix/react-native-navigation/issues/8026). Following this approach, I added the following search path, and the problem was solved.

Below is my complete patch. For RN 0.78.3 RNN 8.4.3 Expo 53.0.14

react-native-navigation+8.4.3.patch

What was the expected behaviour?

same like https://github.com/wix/react-native-navigation/issues/8026

Was it tested on latest react-native-navigation?

  • [x] I have tested this issue on the latest react-native-navigation release and it still reproduces.

Help us reproduce this issue!

No response

In what environment did this happen?

React Native Navigation version: 8.4.3 React Native version: 0.73.8 Has Fabric (React Native's new rendering system) enabled: (yes/no) yes Node version: 22.21.1 Device model: iOS version: 18.6

Aikenwu avatar Nov 26 '25 05:11 Aikenwu

Same here with RNN 8.5.0

MrKinq avatar Dec 07 '25 11:12 MrKinq