-
Notifications
You must be signed in to change notification settings - Fork 269
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
KVO crash #119
Comments
JJException什么版本? |
|
@jezzmemo iOS11之后,kvo不需要remove了。 可以不hook kvo了。 |
嗯我也是这么考虑的,我后面可以发个版本! |
请问最近有更新计划吗,我们也碰到了这个问题 |
我也遇到信号量还在使用就已经释放问题.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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的信息
偶发性。但线上版本也会发生。下面时 bugly的 报告。
The text was updated successfully, but these errors were encountered: