duplicate symbols for architecture arm64 after Xcode 8.0 update

前端 未结 10 1431
再見小時候
再見小時候 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:14

    Below Patch work for me..:)

    Code recommended to use warning flags and set GCC_NO_COMMON_BLOCKS to YES.

    Setting it back to NO solved the problem!

提交回复
热议问题