Linker Command failed with exit code 1 (use -v to see invocation), Xcode 8, Swift 3

前端 未结 25 1246
一生所求
一生所求 2020-11-28 04:28

I can\'t get rid of this error!

I have tried all sorts of things like clearing Derived Data(Preferences->Locations->click gray arrow to open Derived Data fo

25条回答
  •  情歌与酒
    2020-11-28 04:43

    I had same problem.

    The cause was that I declared same global variable in 2 files. So it was showing same error saying 2 duplicate symbols.

    The solution was to remove those variables.

提交回复
热议问题