AppCode writes property attributes wrong

AppCode gives warning for property attributes that contains character 'i'. For example:

@property (nonatomic, assign) long id;

If i change nonatomic as nonatomıc warning goes away but this cause compile error for sure.

This is my AppCode version:

AppCode 2016.3.2
Build #OC-163.12024.9, built on January 25, 2017
Licensed to Abdullah Akay
Subscription is active until July 12, 2017
For educational use only.
JRE: 1.8.0_112-release-408-b6 x86_64
JVM: OpenJDK 64-Bit Server VM by JetBrains s.r.o

0

请先登录再写评论。