Xcode build fail: Requested but did not find extension point
I followed the official react-native setup guide to set up my react-native project. (installing all required packages + npx react-native init MyProject + npx react-native start (Terminal 1) + npx react-native run-ios (Terminal 2)) However, I get an error when…