googlevr / gvr-ios-sdk

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

SDK Files Missing? #91

Closed MattFedo closed 8 years ago

MattFedo commented 8 years ago

I cloned the lib but I only get the demo projects and none of the SDK files. Every project is missing a GVRCardboardView, or GVRPanoramaView or others.

Is something misaligned?

marcvanolmen commented 8 years ago

I'm guessing you didn't run Pod update, the iOS 3rd party package manager that downloads and installs the SDK. I would recommend reading the docs: https://developers.google.com/vr/ios/get-started

MattFedo commented 8 years ago

Cool cool, thanks. I read that, but I wasnt sure where the SDK was coming from. Thanks!