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:
I tried:
- Removing the folder DerivedData
- Cleaning the solution Removed
- UnityAds from Unity (but still present on Xcode)
- Looking for "Other Linker Flags" and remove "-ObjC" as most answers said, but "Other Linker Flags" was empty.
- Locking GoogleAdsDependencies.xml as shown: https://answers.unity.com/questions/1355562/arm-64-function-not-4-byte-aligned-build-failed.html