KVO crash
Describe the bug
App启动使用了AVPlayer播放视频,并添加了Observer 监听 其status
[self.playerItem addObserver:self forKeyPath:@"status" options:NSKeyValueObservingOptionNew context:nil];
在页面 dealloc 也 remove了
[self.playerItem removeObserver:self forKeyPath:@"status"];
但 在进入App时 ,crahsh了。
这个本地调试 crash的信息
- Device: iPhone8- 本地测试机型 非线上机型
- OS: iOS14.3