error: instance method 'safeObjectForKey:' has incompatible result types in different translation units ('NSDictionary *' vs. 'id')
po (NSDictionary *) URLcomponentDict
error: instance method 'safeObjectForKey:' has incompatible result types in different translation units ('NSDictionary *' vs. 'id')
note: instance method 'safeObjectForKey:' also declared here
error: 1 errors parsing _expression_
Workaround: If I right click in the variables list, and choose Print Description, it does the right thing:
Printing description of URLcomponentDict:
{
callId = "5770b91e-d326-4d6d-b94b-e6847b5255b6";
callSubject = "incoming call from inPerson web portal";
callerName = "inPerson Web";
callerUserName = inPersonWeb;
messageType = "INPERSON.INCOMINGCALL";
}
Printing dictionaries always seemed to work fine with po, but not lately. Is there something I should be doing differently?
Thanks,
-Owen