After struggling one more time with Xcode code completion, I’ve decided to give AppCode a go.
With a very simple existing project previously generated with Projucer, I’m getting lots of these error reports about string literals not being valid where a StringRef argument is expected.
Despite such reported errors, the project builds and runs fine as it did in Xcode, but working with all these false positives sprinkled around kinda kills the purpose of switching IDE for a better experience.
Is anyone else seeing this?
Should I change some configuration?