duplicate symbols for architecture arm64 after Xcode 8.0 update

前端 未结 10 1440
再見小時候
再見小時候 2020-12-31 08:46

I get duplicate symbols error after I updated my Xcode. (find the code down) Does anybody get this too? And how could be solved?

I tried to remove

10条回答
  •  萌比男神i
    2020-12-31 09:07

    I did not want to change any of these settings since no one really knows what other side effects these may have. So I iust globally searched for that variable name, replaced the name the caused the conflict in one class to variable_Classname.

    That solved the issue for me without changing any setting

提交回复
热议问题