美文网首页
duplicate symbols for architectu

duplicate symbols for architectu

作者: PANZHI蜕变 | 来源:发表于2021-08-05 22:15 被阅读0次

如:
typedef NSString *ESReportDataKey;
ESReportDataKey const ESReportDataUniqueKey = @"k_identifier";

修改为:
static ESReportDataKey const ESReportDataUniqueKey = @"k_identifier";

以上问题为duplicate symbols for architecture arm64 的其中一种

相关文章

网友评论

      本文标题:duplicate symbols for architectu

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