I am trying to access the property 'data' of an NSObject (socketIOPacket). When I try to access this property, I get a complier error saying : Property 'data' could not be found in forward class object.
When I set a breakpoint, I can see that this object does have a data property
What am I doing wrong? I am fairly new to objective C.