Existing instance variable 'delegate' for property 'delegate' withassign attribute must be __unsafe_unretained
id<TDCode_WebServiceSoapBindingResponseDelegate>delegate
改为
__unsafe_unretained id<TDCode_WebServiceSoapBindingResponseDelegate>delegate
网友评论