-
Notifications
You must be signed in to change notification settings - Fork 81
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
退出时有崩溃 #23
Comments
你是initWithFrame的用法导致的crash么?如果是的话,这个问题已经在新版解决了。 如果不是的话,你能不能把你使用的语句给我看一下? 发自我的 iPhone 在 2016年11月15日,23:23,coderHooge <notifications@github.commailto:notifications@github.com> 写道: 感谢作者提供如此给力的开源项目。自从上次升级以后,截止当前版本,播放器销毁时有崩溃。具体log如下:observers were still registered with it. Current observation info: <NSKeyValueObservationInfo 0x61000003f940> ( 应该是observer没有正确移除导致。 ― |
或者你在demo的tableview列表里给我提一个pr来复现这个crash? 发自我的 iPhone 在 2016年11月15日,23:23,coderHooge <notifications@github.commailto:notifications@github.com> 写道: 感谢作者提供如此给力的开源项目。自从上次升级以后,截止当前版本,播放器销毁时有崩溃。具体log如下:observers were still registered with it. Current observation info: <NSKeyValueObservationInfo 0x61000003f940> ( 应该是observer没有正确移除导致。 ― |
我在项目中使用的过程中发现了有这样的bug。所以我下载最新项目的demo。在demo第一项Single Remote Video列表项点击,进入第一个videoplay 页面,此时不管是否点击play按钮,只要点击back按钮,在pop页面的时候(经测试,进入任何一个demo页面, pop的时候都会出现),必定出现这个bug。测试环境:Xcode 8.1,iPhone 7模拟器。 |
卧槽?我赶紧看看 发自我的 iPhone 在 2016年11月16日,10:14,coderHooge <notifications@github.commailto:notifications@github.com> 写道: 我在项目中使用的过程中发现了又这样的bug。所以我下载最新项目的demo。在demo第一项Single Remote Video列表项点击,进入第一个videoplay 页面,此时不管是否点击play按钮,只要点击back,pop页面的时候(经测试 进入任何一个demo页面, pop的时候都会出现),必定出现这个bug。测试环境:Xcode 8.1,iPhone 7模拟器。 ― |
已经在1.3.1中解决掉这个bug了,1.3.1已经发版。 |
感谢作者提供如此给力的开源项目。自从上次升级以后,截止当前版本,播放器销毁时有崩溃。具体log如下:observers were still registered with it. Current observation info: <NSKeyValueObservationInfo 0x61000003f940> (
<NSKeyValueObservance 0x610000051970: Observer: 0x7fba66e10510, Key path: player.currentItem.status, Options: <New: YES, Old: NO, Prior: NO> Context: 0x105fd6388, Property: 0x608000092890>
<NSKeyValueObservance 0x610000051c70: Observer: 0x7fba66e10510, Key path: player.currentItem.duration, Options: <New: YES, Old: NO, Prior: NO> Context: 0x105fd6388, Property: 0x6100000954a0>
<NSKeyValueObservance 0x6100000521b0: Observer: 0x7fba66e10510, Key path: layer.readyForDisplay, Options: <New: YES, Old: NO, Prior: NO> Context: 0x105fd6388, Property: 0x610000095b80>
应该是observer没有正确移除导致。
The text was updated successfully, but these errors were encountered: