warning: property's synthesized getter follows Cocoa naming convention for

warning: property's synthesized getter follows Cocoa naming convention for returning 'owned' objects [3]


 该错误是因为命名的原因。
ios5 命名要求相比以前更需要注意,命名不能以new,copy等开头。

你可能感兴趣的:(warning: property's synthesized getter follows Cocoa naming convention for)