hi everybody
We release an iOS game 2 months ago
now We add new features and want to build a new version
but build suddenly failed! with this error message :
_Externs_GADUMediationAdapterClassNameForBannerView_m4028502842 in Bulk_Assembly-CSharp_0.o
(maybe you meant: _Externs_GADUMediationAdapterClassNameForBannerView_m4028502842)
"_GADUCreateSmartBannerViewWithCustomPosition", referenced from:
_BannerClient_CreateBannerView_m3508726859 in Bulk_Assembly-CSharp_0.o
_Externs_GADUCreateSmartBannerViewWithCustomPosition_m1719150722 in Bulk_Assembly-CSharp_0.o
(maybe you meant: _Externs_GADUCreateSmartBannerViewWithCustomPosition_m1719150722)
"_OBJC_CLASS_$_FIRApp", referenced from:
objc-class-ref in libFirebaseCppApp.a(app_ios_814e1620d4f88024cea4bade26623a67.o)
"_GADUShowRewardBasedVideoAd", referenced from:
_Externs_GADUShowRewardBasedVideoAd_m3062097867 in Bulk_Assembly-CSharp_0.o
(maybe you meant: _Externs_GADUShowRewardBasedVideoAd_m3062097867)
"_GADUSetExtra", referenced from:
_Externs_GADUSetExtra_m3623374276 in Bulk_Assembly-CSharp_0.o
(maybe you meant: _Externs_GADUSetExtra_m3623374276)
"_GADURequestNativeAd", referenced from:
_AdLoaderClient_LoadAd_m3859723484 in Bulk_Assembly-CSharp_0.o
_Externs_GADURequestNativeAd_m3836341943 in Bulk_Assembly-CSharp_0.o
(maybe you meant: _Externs_GADURequestNativeAd_m3836341943)
ld: symbol(s) not found for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
we use unity 2017.4.17f1 - xcode 10.1:
- Firebase analytics
- Firebase Messaging
- Unity Analytics Unity IAP
- Unity Ads
- Google AdMob
- Uniweb * this plugin removed on the error log
- native share local notifications
plugins in this project
- I update xcode to 10.1 and try again → result = faild
- remove firebase plugin and try to build → result = faild
- remove cocopod, reinstal and update → result = faild
- Turn off and on unity ads plugin → result = faild
- Turn unity IAP off and on → result = faild
- update firebase plugins to lates → result = faild
- but build simulator version → ist work!!!
try different solutions but they don’t work for me!
any help or suggestion?
thanks!