I tried to convert GDATAXML Lib to ARC automatically with a refractor -> Convert to Objective-C ARC in Xcode 4.2.
The ARC converter gives the following error:
result = [NSString stringWithUTF8String:(const char *) chars]; if (cacheDict) {
error: Fuzzy conversion of an Ojective-C pointer to void.
Has anyone succeeded in converting GDATAXML Libs to ARC Objective-C?
source share