小编Al-*_*ani的帖子

如何在XCODE 4.2中使GDATAXML与ARC兼容?

我尝试使用折射器自动将GDATAXML 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);
  }
Run Code Online (Sandbox Code Playgroud)

错误:暗示将Ojective-C指针转换为void.

有没有人成功将GDATAXML Libs转换为ARC Objective-C?

xcode automatic-ref-counting gdataxml

6
推荐指数
2
解决办法
3228
查看次数

标签 统计

automatic-ref-counting ×1

gdataxml ×1

xcode ×1