Linker command failed with exit code 1 (duplicate symbol)

前端 未结 2 866
有刺的猬
有刺的猬 2021-01-21 08:32

I developing a game in Unity and I have used Admob, Facebook and GameCenter in it. It was working fine on iOS until I have added the OpenIAB for in-app purchase, though it works

2条回答
  •  [愿得一人]
    2021-01-21 08:55

    Look up in your project for:

    MakeStringCopy

    And make sure it exists (if exists) only once. If it appears more then once, rename one (make sure to rename it where it being called as well) and try to build again.

提交回复
热议问题