XCode 4.2 で Rereftor -> Convert to ARC Objective-C で GDATAXML Lib を ARC に自動変換しようとしました。
ARC コンバーターで次のエラーが発生します。
result = [NSString stringWithUTF8String:(const char *) chars];
if (cacheDict) {
// save the string in the document's string cache
CFDictionarySetValue(cacheDict, chars, result);
}
エラー: Ojective-C ポインターから void への暗黙の変換。
GDATAXML ライブラリを ARC Objective-C に変換することに成功した人はいますか?