7
ARC 가능 코드에서“이 블록에서 [오브젝트]를 강력하게 캡처하면 유지주기가 발생할 수 있습니다.
ARC 가능 코드에서 블록 기반 API를 사용할 때 잠재적 유지주기에 대한 경고를 수정하는 방법은 무엇입니까? 경고 : Capturing 'request' strongly in this block is likely to lead to a retain cycle 이 코드 스 니펫으로 생성됩니다. ASIHTTPRequest *request = [[ASIHTTPRequest alloc] initWithURL:... [request setCompletionBlock:^{ NSDictionary *jsonDictionary = [[CJSONDeserializer deserializer] deserialize:request.rawResponseData …