Error 258, while integrating the api helper for youtube in iOS

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

I integrated the above youtube assistant for ios according to the provided tutorial, but I could not play the video. When loading, the following error is displayed: Viewcontroller view in iOS 7

The resulting error rendering template: Error Domain = NSCocoaErrorDomain Code = 258 "Operation could not be completed. (Cocoa error 258.)"

git source examples also do not compile. Please let me know if I am doing something wrong.

+6
source share
1 answer

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

+8
source

Source: https://habr.com/ru/post/970813/


All Articles