I'm trying out AppCode for a simple Swift iOS application, and the first thing I noticed is it won't highlight any error whatsoever. The build fails with simple errors like use of unresolved identifier 'param'
, but it won't highlight to let me know said variable doesn't exist. Moreover, the the file analysis (little green checkmark at top-right corner) says No problem found
.
I'm using AppCode 2016.1
Do I have to make some kind of extra configuration or similar?