I am upgrading the react native version from 0.63.0 to 0.64.0 but I get this error when compiling? Do you know how to solve it?
fatal error: module map file '/Users/iteme/Library/Developer/Xcode/DerivedData/apparta-bdsropvgtdqyxfbzxyuwoltrneow/Build/Products/Debug-iphonesimulator/lottie-react-native/lottie_react_native.modulemap' not found
this is enviroment: "lottie-ios": "^3.1.8", "lottie-react-native": "^4.0.2", cocapods: 1.11.2
tried this but it did not work:
1-. rm -rf ~/Library/Developer/Xcode/DerivedData 2-. elimina Podfile.lock 3-. pod install
and
- react-native link
and
npm uninstall lottie-ios npm install lottie-ios@3.1.8 cd ios pod install