David TG
David TG

Reputation: 77

Duplicated Symbols

Im making a game in Unity 2019, I export to iOS, then open with Xcode 11.6, made all the signing process, but when I want to build it I get:

81 duplicate symbols for architecture arm64

and here is the full description:

https://justpaste.it/5uj8p

I tried:

Upvotes: 1

Views: 663

Answers (1)

David TG
David TG

Reputation: 77

I have the solution! It was the Google Unity Ads mediation plugin. So I removed the plugin and the issue is gone. How to get the plugin without the error? In the dependencies xml match the version of UnityAds that Unity is using. That's it.

Upvotes: 6

Related Questions