0

I'm bad with Xcode.

Based on this error :

enter image description here

How should I proceed to know exactly where the script throws an error ?

I tried to echo some things from different files found in node_modules since I'm troubleshooting an issue, but it does not appear anywhere.

What steps should I take to troubleshoot properly ?

see my related issue : How can I fix error when building React-Native 0.68.0?

JSharles
  • 565
  • 1
  • 5
  • 16
  • Look for if you mistakenly imported a library that doesn't exist, or maybe you uninstalled any npm package and forgot to remove the import statement or code snippet. Further more do these steps, `npm run clean` then `npx react-native start --reset-cache` then run the project, it might give you exact line of code where the issue is.. – iphonic Jun 21 '22 at 12:20
  • As I mentioned in the related issue, I'm trying to build a brand new project. So I did not code or import anything. – JSharles Jun 21 '22 at 12:28
  • Okay, but you haven't mentioned it as a new project, the error is not related to XCode, the problem lies in ReactNative code, if your project contain `build` folder try remove it, if not, try run on Android. – iphonic Jun 21 '22 at 12:31

0 Answers0