我尝试使用折射器自动将GDATA
XML Lib转换为ARC – >在XCode 4.2中转换为ARC Objective-C.
ARC转换器给出以下错误:
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.
有没有人成功将GdataxML Libs转换为ARC Objective-C?