duplicate symbols in AdMob

前端 未结 3 863
渐次进展
渐次进展 2020-12-17 02:26

When archiving, such en error occurs:

Projects/Dossier/MultiDocument/Helpers/GAD/libGoogleAdMobAds.a(GADGestureCFiles.o)
    duplicate symbol _tohex in:
             


        
3条回答
  •  伪装坚强ぢ
    2020-12-17 02:54

    If you can't find any "-all_load" params but also show this error.

    you must goto the "project.xcodeproj" and replace "-all_load" with "-ObjC" in "project.pbxproj"

提交回复
热议问题