googleanalytics / google-analytics-plugin-for-unity

Google Analytics plugin for the Unity game creation system
Apache License 2.0
388 stars 140 forks source link

libGoogleAnalyticsServices.a duplicated symbol in XCode 10 #176

Open CIVITAS-John opened 6 years ago

CIVITAS-John commented 6 years ago

Dear Google,

Can you try to compile libGoogleAnalyticsServices.a in XCode 10 since we don't own the source code? In XCode 10 it failed to link and Apple's tech support suggests us to re-compile it.

otri commented 6 years ago

+1 to this.

otri commented 6 years ago

Looks like any static library built by versions older than Xcode 10 beta 5 requires re-building, due to a long standing bug in the linker on prior Xcode builds that was "fixed". Requires a rebuild of the static libraries in question. https://forums.developer.apple.com/thread/106694