私はARC環境での型変換に問題があります.誰かがそれに対処するのに十分親切であれば:
このコード行を使用したとき:
OSStatus status = SecItemCopyMatching((CFDictionaryRef) CFBridgingRetain(attributeQuery), (CFTypeRef*)&attributeResult);
それから私はエラーが発生しています:
cast of an indirect pointer to an objective C pointer to 'CFTypeRef *' is disallowed with ARC.
これを解決する方法を教えてください..よろしくお願いします..