I’ve build a react-native application and today suddenly I get this error message on my terminal during run of the command react-native run-ios
. The code work fine until the XCode force me to install iOS 17.2
I’ve try to clean all dependency but still getting this error
watchman watch-del-all && rm -rf ~/Library/Developer/Xcode/DerivedData/ && rm -rf node_modules/ && rm -f yarn.lock && rm -rf ios/build/ && rm -rf ios/Pods/ && rm -f ios/Podfile.lock && npm cache verify && yarn install && cd ios/ && npx react-native setup-ios-permissions && pod install --repo-update && cd ../
Please help