[UIImageView _isChargeEnabled]:发送到已释放实例的消息
我从一个明显私有的 API 中收到此错误消息。有人知道这可能是什么吗?如果您使用 MPMoviePlayerViewController 并在电影运行时捏捏,似乎会发生这种情况。这将关闭播放器,但随后应用程序崩溃。
似乎只是特定版本的 iOS 存在问题(在本例中是 iPad 上的 iOS 3.2.2)。
我在另一个论坛中找到了ne post,但这并没有真正帮助,就像 MPMoviePlayerController 出现了不同的问题。
I am getting this error message from an apparently private API. Anyone have a clue what this could be? It seems to occur, if you use MPMoviePlayerViewController and do a pinch while the movie is running. This will close the player, but afterwards the app crashes.
Only seems to be a problem with certain version of iOS (in this case iOS 3.2.2 on an iPad).
I found one post in another forum, but that did not really help, as with MPMoviePlayerController a different problem occurs.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
FWIW,问题不在于私有 API,而在于你有一个僵尸对象。
FWIW, the issue is not the private API, it's that you've got a zombie object.