Reputation: 2029
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
You can see warning indication on Xcode but not on AppCode.
Upvotes: 1
Views: 559
Reputation: 752
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.
Upvotes: 2
Reputation: 5331
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"
Upvotes: 3