1

I'm not sure why but I'm not getting warning indication on AppCode - similar to the ones you get when using Xcode e.g. when a variable is declared but not used or even type errors.

Is there something I need to do to get it to work.

Here is an screen shot of the same function on both IDE's

Xcode: enter image description here

AppCode: enter image description here

You can see warning indication on Xcode but not on AppCode.

breaktop
  • 1,899
  • 4
  • 37
  • 58

2 Answers2

3

Update : After looking into AppCode references, it seems that they have not implemented this feature (showing warnings) in Swift yet. However, you can look for warning using "Inspect Code"

Akshansh Thakur
  • 5,163
  • 2
  • 21
  • 38
2

This feature is not yet implemented in current release, but will be delivered in 2016.2 EAP which we plan to start in 2 weeks.