I have been experiencing issues with Xcode version 9.2. Whenever I try building my game, I receive the error:
----------
**ld: warning: arm64 function not 4-byte aligned: ltmp0 from /Users/(name)/Shoot the Ball/BazookaBallTest/Libraries/libiPhone-lib.a(unwind_test_arm64.o) ld: warning: arm64 function not 4-byte aligned: _unwind_tester from /Users/(name)/Shoot the Ball/BazookaBallTest/Libraries/libiPhone-lib.a(unwind_test_arm64.o) duplicate symbol OBJC_CLASS$_UnityAdsUnityWrapperDelegate in:** /Users/(name)/Library/Developer/Xcode/DerivedData/Unity-iPhone-aorhkyhvdoupbtcttvzztmrdyfbi/Build/Intermediates.noindex/ArchiveIntermediates/Unity-iPhone/IntermediateBuildFilesPath/Unity-iPhone.build/Release-iphoneos/Unity-iPhone.build/Objects-normal/arm64/UnityAdsUnityWrapper-6D362980BD529555.o /Users/(name)/Library/Developer/Xcode/DerivedData/Unity-iPhone-aorhkyhvdoupbtcttvzztmrdyfbi/Build/Intermediates.noindex/ArchiveIntermediates/Unity-iPhone/IntermediateBuildFilesPath/Unity-iPhone.build/Release-iphoneos/Unity-iPhone.build/Objects-normal/arm64/UnityAdsUnityWrapper-E30F0F809D69829D.o duplicate symbol OBJC_METACLASS$_UnityAdsUnityWrapperDelegate in: /Users/(name)/Library/Developer/Xcode/DerivedData/Unity-iPhone-aorhkyhvdoupbtcttvzztmrdyfbi/Build/Intermediates.noindex/ArchiveIntermediates/Unity-iPhone/IntermediateBuildFilesPath/Unity-iPhone.build/Release-iphoneos/Unity-iPhone.build/Objects-normal/arm64/UnityAdsUnityWrapper-6D362980BD529555.o /Users/(name)/Library/Developer/Xcode/DerivedData/Unity-iPhone-aorhkyhvdoupbtcttvzztmrdyfbi/Build/Intermediates.noindex/ArchiveIntermediates/Unity-iPhone/IntermediateBuildFilesPath/Unity-iPhone.build/Release-iphoneos/Unity-iPhone.build/Objects-normal/arm64/UnityAdsUnityWrapper-E30F0F809D69829D.o **ld: 3 duplicate symbols for architecture arm64 clang: error: linker command failed with exit code 1 (use -v to see invocation)**
----------
I was hoping someone could help me fix this error and why this is happening. Thank you.
↧