#warning: C-style for statement is deprecated and will be removed in a future version of Swift

Viewed 21714

I just download a new Xcode (7.3) with swift 2.2.

It has a warning:

C-style for statement is deprecated and will be removed in a future version of Swift.

How can I fix this warning?

4 Answers
Related