gpt4 book ai didi

ios - MPMoviePlayerController 停止时在 iOS 7 上崩溃

转载 作者:塔克拉玛干 更新时间:2023-11-02 08:41:26 25 4
gpt4 key购买 nike

我正在使用 MPMoviePlayerController 在我的应用中播放视频。它在 iOS 6 及更低版本之前运行良好。但是当我停止 MPMoviePlayer 对象时它在 iOS 7 上崩溃。

[player stop];

错误消息是:

-[__NSCFType _postNotificationName:object:]: unrecognized selector sent to instance 0x175927b0
2013-09-24 14:46:20.539 myAppName[446:60b] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[__NSCFType _postNotificationName:object:]: unrecognized selector sent to instance 0x175927b0'
*** First throw call stack:
(0x30133f53 0x3a9406af 0x301378e7 0x301361d3 0x30085598 0x31370bd7 0xb2e19 0x328d9f3f 0x328d9edf 0x328d9eb9 0x328c5b3f 0x328d992f 0x328d9601 0x328d468d 0x328a9a25 0x328a8221 0x300ff18b 0x300fe65b 0x300fce4f 0x30067ce7 0x30067acb 0x34d62283 0x32909a41 0xafeeb 0xafe78)
libc++abi.dylib: terminating with uncaught exception of type NSException

最佳答案

是的,我也看到了这个错误。目前正在尝试弄清楚是否与“MPMoviePlayerPlaybackDidFinishNotification”存在某种冲突。

更新:我在 MPMoviePlayerPlaybackDidFinishNotification 通知方法中将 MPMovieplayer 实例设置为 NULL。将其移至我的电影播放器​​实例化方法修复了崩溃:

videoTrack = NULL

videoTrack = [[MPMoviePlayerController alloc]initWithContentURL:url];

关于ios - MPMoviePlayerController 停止时在 iOS 7 上崩溃,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18977490/

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