Dear all
I've just updated the IOS SDK to 10.2.
Now I encountered the following problem:
I have a Class which inherits from AGSLocater, all this class does is, it contains another property.
When I want to assign a value to this property, I get this error message:
-[AGSLocatorOnline setRoom:]: unrecognized selector sent to instance 0xc910c30
(btw. the name of the property is room)
As a test I changed the baseclass of my custom class to AGSMapView, I found that it works just fine with that.
Why is that so?
What can I do to solve this problem?
Thanks in advance
marius