2012-01-16 14 views
6

Intenté convertir GDATAXML Lib a ARC automáticamente con el refractor -> Convertir a ARC Objective-C en XCode 4.2.¿Cómo hacer que GDATAXML sea compatible con ARC en XCODE 4.2?

El convertidor ARC da el siguiente error:

result = [NSString stringWithUTF8String:(const char *) chars]; 
    if (cacheDict) { 
    // save the string in the document's string cache 
    CFDictionarySetValue(cacheDict, chars, result); 
    } 

error: Impicit conversion of Ojective-C pointer to void.

nadie ha tenido éxito en la conversión de las Liberaciones GDATAXML a ARC Objective-C?

Respuesta

Cuestiones relacionadas