facebook / infer

A static analyzer for Java, C, C++, and Objective-C
http://fbinfer.com/
MIT License
14.8k stars 2k forks source link

Xcode Plugin integration #915

Open cesar-oyarzun-m opened 6 years ago

cesar-oyarzun-m commented 6 years ago

Hi, I'm following the getting started documentation and everything works perfect from command line, I'm trying to finde some direct integration with Xcode IDE, so I can see the report there, Do you have any integration tool or some way to integrate infer with Xcode?

dulmarod commented 6 years ago

No, we don't have XCode plugin integration at the moment. One reason is that Infer is a bit slow on larger projects, so running quickly while editing a file is not very feasible.