I recently purchased a new MacBook M2 Pro and cloned my React Native app onto it. However, I'm encountering an error stating that the 'RNSplashScreen.h' file cannot be found, even though I have not included the 'react-native-splash-screen' package in my project. Despite trying various solutions from online sources, the issue persists only on my system, while other developers using the same system do not face this problem. What could I be overlooking?
Asked
Active
Viewed 21 times
0

professor078
- 27
- 4
-
Did you do pod install ? – heathkev Aug 07 '23 at 03:25
-
Yes, deleted cache data of xcode also -> clean the build -> Restarted the system but still the same error. Please help – professor078 Aug 07 '23 at 06:08