RegexKitLite问题

时间:2010-08-10 18:32:50

标签: iphone ios regexkitlite

我安装了RegexKitLite并且一切运行良好,除了在编译应用程序时有很多关于潜在泄漏的“分析器结果”。这些警告来自RegexKitLite.m

安装过程中是否遗漏了什么?

感谢

1 个答案:

答案 0 :(得分:7)

在Stack Overflow上发布问题之前,你确实努力弄明白了,对吧?我只是问,因为这主要涉及将你在屏幕上看到的鼠标指针推到其中一个分析器警告并点击。这将导致违规行显示在编辑器中。在该违规行上,有一些评论如下:

// .. but only if this is not replacing a mutable self.  Warning about potential leak can be safely ignored.
// otherwise, create a new string.  Warning about potential leak can be safely ignored.
// The two warnings about potential leaks can be safely ignored.
// Warning about potential leak of Core Foundation object can be safely ignored.
// Warning about potential leak can be safely ignored.

......这似乎暗示某人(可能是作者)调查了这些警告,并确定他们是“误报”。甚至可能还有clang提到的一些错误。