gpt4 book ai didi

ios - 由于未捕获的异常 'NSGenericException'终止应用程序,原因: 'Use the ` initWithVideoIdentifier:`方法

转载 作者:行者123 更新时间:2023-12-03 06:25:51 25 4
gpt4 key购买 nike

嗨,在我的应用程序中,我正在使用XCDYouTubeVideoPlayerViewController在我的应用程序中播放youtube视频,它在IOS 7中工作正常,但在IOS 8中却显示错误。

Terminating app due to uncaught exception 'NSGenericException', reason: 'Use the `initWithVideoIdentifier:` method instead

然后我一直在寻找解决方案,然后我得到了这个链接 click here,我像他们提到的那样使用了 Cocoapods安装了最新版本的XCDYouTubeKit 2.0.2,并把它导入了.h文件中。
#import <XCDYouTubeKit/XCDYouTubeKit.h>

我做了这样的代码。
  XCDYouTubeVideoPlayerViewController *videoPlayerViewController = [[XCDYouTubeVideoPlayerViewController alloc] initWithVideoIdentifier:@"9bZkp7q19f0"];
[self presentMoviePlayerViewControllerAnimated:videoPlayerViewController];
[videoPlayerViewController.moviePlayer play];

但是它仍然显示相同的错误,请您帮忙解决一下,这个问题已经困扰了很长时间了。

谢谢

最佳答案

确保100%确保使用的是最新版本的XCDYouTubeKit(在撰写本文时为2.0.3)。您描述的问题仅存在于1.x版本中。

关于ios - 由于未捕获的异常 'NSGenericException'终止应用程序,原因: 'Use the ` initWithVideoIdentifier:`方法,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/26813872/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com