Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我们正在构建一个 Xcode 项目,有两个警告我不知道如何纠正:
(null): 在 ___cxx_global_var_init36 中直接访问全局弱符号 OFConditionConst::~OFConditionConst() 意味着弱符号在运行时不能被覆盖。这可能是由使用不同可见性设置编译的不同翻译单元引起的。
有没有其他人不得不处理这个警告?任何帮助是极大的赞赏。
确保在所有项目中将Symbols Hidden by Default设置为No :