ios - No visible @interface for 'GVRVideoView' -


ok i'm trying implement google vr view ios app getting error sample project provide. experience/overcome this? double checked video targeting present - don't know why anyway...

  // load sample 360 video, of type stereo-over-under.   nsstring *videopath = [[nsbundle mainbundle] pathforresource:@"congo" oftype:@"mp4"];   [_videoview loadfromurl:[[nsurl alloc] initfileurlwithpath:videopath]                    oftype:kgvrvideotypestereooverunder]; } 

the specific error is: no visible @interface 'gvrvideoview' delcares selector 'loadfromurl:oftype:' thanks


Comments

Popular posts from this blog

sql - invalid in the select list because it is not contained in either an aggregate function -

Angularjs unit testing - ng-disabled not working when adding text to textarea -

How to start daemon on android by adb -