googlevr / gvr-ios-sdk

Google VR SDK for iOS
http://developers.google.com/vr/ios/
Other
645 stars 191 forks source link

GVRKit.h file not found #308

Closed parveshmishra closed 6 years ago

parveshmishra commented 6 years ago

As per your Guideline I had pod 'GVRSDK' in pod file and install and also update the pod. but there is GVRKit file is missing. I have already tried many times but its not resolving the error. I was perviously added the same code and its worked properly.

Performador commented 6 years ago

Hi, you should see something like this in the editor:

screen shot 2018-03-22 at 4 51 21 pm

Which should allow you to #import <GVRKit/GVRKit.h>

Please make sure to open the generated workspace, not the project you created.

jdduke commented 6 years ago

Feel free to re-open if the suggested steps still aren't working.