Automatically exported from code.google.com/p/frothkit
1
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
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
Original issue reported on code.google.com by
allan%de...@gtempaccount.com
on 27 Jan 2010 at 8:48