EGOGradientView icon indicating copy to clipboard operation
EGOGradientView copied to clipboard

Property declared in category 'Private' Build Error

Open scottymac opened this issue 13 years ago • 1 comments

Updated Xcode to 4.2 and migrated my project. EGOGradientView is throwing this error on build now: "Property declared in category 'Private' cannot be implemented in class implementation"

in EGOGradientView.m for: @dynamic layer;

https://github.com/enormego/EGOGradientView/blob/master/EGOGradientView.m#L37

scottymac avatar Nov 21 '11 18:11 scottymac

I fixed this by just removing PRIVATE from the interface declaration.

scottymac avatar Nov 21 '11 18:11 scottymac