0

I tried to download and run the sample project

Page which i referred for all things

But when trying to install the pod it gives the error like

Unable to find a specification for `GVRSDK`

I am facing same error with some other pod's also Please Help.

Harshal Bhavsar
  • 1,598
  • 15
  • 35

2 Answers2

2

Finally solve the issue.

Removed and reinstalled cocoapod. And also used pod setup this solved my problem

Harshal Bhavsar
  • 1,598
  • 15
  • 35
0

I also encountered this. Make sure that you have no corrupted repos by running sudo rm -fr ~/.cocoapods/repos/master

Then, instead of running pod install, try running pod update

irs8925
  • 186
  • 1
  • 6