GLYerofieievVladyslavIOS / frothkit

Automatically exported from code.google.com/p/frothkit
0 stars 0 forks source link

Protocol defined objc2 properties settors cause compiler error - internal compiler error: in objc_resolve_build_property_setter_name, at objc/objc-act.c:7714 #22

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Use a property setter on an object who's property is defined by a protocol 
ie. this.property = that

What is the expected output? What do you see instead?
Compiler failure:
internal compiler error: in objc_resolve_build_property_setter_name, at 
objc/objc-act.c:7714

Please use labels and text to provide additional information.
To work around this issue use method setter syntax...

[this setProperty:that];

Original issue reported on code.google.com by allan%de...@gtempaccount.com on 27 Jan 2010 at 8:48