duplicate symbols for architecture arm64 after Xcode 8.0 update

前端 未结 10 1388
再見小時候
再見小時候 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条回答
  •  伪装坚强ぢ
    2020-12-31 09:00

    I understand most people are solving this by either the No Common Blocks or the Dead Code setting, but that is actually a workaround for the real issue. In my case, I was using a Pod file that was adding the same libraries I already had linked, so basically I removed the duplicate files in my Build Phases link libraries that were already compiled in my Pod file and the Archive feature worked.

提交回复
热议问题