【发布时间】:2011-12-10 23:52:37
【问题描述】:
ARC 让我很难接受以下演员阵容:
NSDictionary *attributes;
SecItemCopyMatching((__bridge CFDictionaryRef)keychainItemQuery, (CFTypeRef *)&attributes);
错误:ARC 不允许使用指向“CFTypeRef ”(又名“const void *”)的 Objective-C 指针的间接指针强制转换
【问题讨论】:
标签: objective-c automatic-ref-counting