EXC_BAD_ACCESS 与 IKImageBrowserView
我正在使用 IKImageBrowserView 开发一个应用程序。 它随机崩溃,问题出在 IKImageBrowserView 中: 这是失败的堆栈跟踪:
我在网上看到这个问题是已知的并且可以修复,但从未见过解决方案...... 如果您有任何想法或指示,我们将不胜感激您的帮助!
谢谢
I am developping an application using an IKImageBrowserView.
Randomly it crashed and the issue is in the IKImageBrowserView:
Here is the stack trace where it fails:
I've seen n the web that this issue is known and fixable, but never seen the solution...
If you have any idea or pointer, your help will be appreciated!
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您应该在启用 NSZombies 或使用工具的情况下分析您的项目,这可以了解您的问题
You should profile your project with NSZombies enabled or using instruments, this can do an idea about your issue