苹果 iPhone 项目模板泄露?
今天,我尝试修复我新创建的 iPhone 应用程序中的漏洞。经过一番搜索,我已经 发现Apple的Tab Bar应用程序模板存在漏洞。你有同样的发现吗,还是我错了?
Today, I tried to fix a leak in my newly created iPhone app. After some search, I've
discovered that Apple has a leak in it's Tab Bar application template. Have you discovered the same, or am I wrong?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
如果您从模板创建一个新项目,不进行任何更改,编译并运行该项目并发现泄漏,则 归档错误报告。
如果您进行了更改,那么您需要确定您的更改是否导致了泄漏。
If you create a new project from the template, make no alterations, and compile and run the project and find a leak, then file a bug report.
If you make alterations, then you need to determine if your changes caused the leak.
我想我记得有人在这里询问泄漏问题,结果发现应用程序仅在模拟器中泄漏,而不是在实际设备上泄漏。在 iPhone 或 iPod Touch 上运行应用程序时,您能观察到泄漏吗?如果它只发生在模拟器中,我不会担心。
I think I remember people asking here about leaks where it turned out that the application only leaked in the simulator, not on the actual device. Can you observe the leak when running your app on an iPhone or iPod Touch? If it only occurs in the simulator, I wouldn't worry.