After updating the RN version from 0.70.6 to 0.71.4 ios pod install working, but the app doesn’t build and gives an error.
‘RCTAppDelegate.h’ file not found
any ideas??
I have tried all steps in react-native-update-helper(android works)
Updated
I don’t have AppDelegate.mm so i did all changes in AppDelegate.m
2
Answers
Delete the node_modules folder, along with package-lock.json
then run npm cache clean –force
and the reinstall using npm install
if you are using yard, basicly the same thing, rm yarn.lock, yarn cache clean and then yarn install
Try to remove
Pods
andbuild
folders andPodfile.lock
file, then re-install pods.