I got result that a file, which was imported ONLY in project's .pch file, was an unused import. This is a false positive, app wouldn't compile without it.
My project contains a mixture of Objective-C and C++ code, wonder if you scan also .mm files. I took a look at some fui file, found this " k.path.gsub(/.h$/, '.m' ", which looks a bit suspicious.
I got result that a file, which was imported ONLY in project's .pch file, was an unused import. This is a false positive, app wouldn't compile without it.
My project contains a mixture of Objective-C and C++ code, wonder if you scan also .mm files. I took a look at some fui file, found this " k.path.gsub(/.h$/, '.m' ", which looks a bit suspicious.