invalid receiver type 'CFTyperef'

diyora

Registered
Hello all,
I am newbie in cocoa.I am doing coding in cocoa touch.
I try code;
CFTypeRef address;
NSString *street = address objectForKey:(NSString*)kABPersonAddressStreetKey;

I get the output but it give me warning:invalid receiver type 'CFTypeRef'.

Thank you...
 
Back
Top