美文网首页
react native 0.59.0中运行xcode 11中会

react native 0.59.0中运行xcode 11中会

作者: iOS_Ken | 来源:发表于2020-03-01 23:16 被阅读0次

RCTModuleMethod.mm 修改一下方法为RCTParseUnused大概在91行到96行

static BOOL RCTParseUnused(const char **input)
{
  return RCTReadString(input, "__unused") ||
        RCTReadString(input, "__attribute__((__unused__))") ||
         RCTReadString(input, "__attribute__((unused))");
}

相关文章

网友评论

      本文标题:react native 0.59.0中运行xcode 11中会

      本文链接:https://www.haomeiwen.com/subject/mtrdkhtx.html