installing pod gives error: Unable to find a specification for `GVRSDK`

installing pod gives error: Unable to find a specification for `GVRSDK`

我尝试下载并 运行 示例项目

Page which i referred for all things

但是在尝试安装 pod 时出现类似

的错误
Unable to find a specification for `GVRSDK`

我也面临与其他 pod 相同的错误 请帮助。

我也遇到过这种情况。通过 运行 sudo rm -fr ~/.cocoapods/repos/master

确保你没有损坏的回购协议

然后,尝试 运行 pod update

而不是 运行 pod install

问题终于解决了

删除并重新安装 cocoapod。 并且还使用了 pod setup 这解决了我的问题