This issue can occur when you have cached files that are corrupted or outdated. You can resolve this by running the following commands:
pod cache clean --all
rm -rf Podfile.lock
pod repo update
pod install
This issue can occur when you have cached files that are corrupted or outdated. You can resolve this by running the following commands:
pod cache clean --all
rm -rf Podfile.lock
pod repo update
pod install