When I type
pods install
or
pods update
I get the following error for one library:
Unable
In my case this was related to someone in my team committing their .xcworkspace file to the repository, which meant running pod install gave me the licence warnings but at the same time, did not install my pods properly.
This is how I resolved it:
Pods folder from your project.xcworkspace file, Podfile.lock file DerivedData folder Now run pod install and the issue should be fixed.