You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: