I got this erro in XCODE:
It happens after I uninstall react-native-maps
How can I fix this error ?
Been searching, still can't solve it
I got this erro in XCODE:
It happens after I uninstall react-native-maps
How can I fix this error ?
Been searching, still can't solve it
Probably this is because you need to update your binaries in Xcode. Open your project in Xcode and check these and you should be fine:
Sorry for a trivial question but have you tried this?
You can try this,
ios
folder, delete podfile.lock
npm i
cd ios
pod update
cd ..
Then proceed to run your app. I think after uninstalling the package, it is still registered in your podfile so deleting and updating will just re-link your current packages