The sudzc generated stub is:
(void)HandleSearchResult: (id) value { ...
The document indicates that "value" can be cast into (SDZSearchItemsByUpcResponse *)
. However that was not true.
In XCode, the type of "value" appears to be __NSCFDictionary
.