Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

error 258 while integrate youtube api helper in to iOS

https://developers.google.com/youtube/v3/guides/ios_youtube_helper

I have integrated above youtube helper for ios as per supplied tutorial but I could not able to play video. Following error occur during load the view on Viewcontroller in iOS 7

Received error rendering template: Error Domain=NSCocoaErrorDomain Code=258 "The operation couldn’t be completed. (Cocoa error 258.)"

git source examples also not compiling. Please let me know if I am doing anything wrong.

like image 355
Wagh Avatar asked Jun 13 '14 19:06

Wagh


1 Answers

I got the solution, I missed YTPlayerView-iframe-player.html file to add into bundle. It is available in this link

like image 149
Wagh Avatar answered Nov 15 '22 00:11

Wagh