When I type
pods install
or
pods update
I get the following error for one library:
Unable
This is what worked for me:
Podfile
pod install
pod cache clean --all
Note: Be sure to pin the version from Podfile.lock in the Podfile if the locked version is required
Podfile.lock