Wayback Machinekoobas.hobune.stream
May JUN Jul
Previous capture 14 Next capture
2021 2022 2023
2 captures
12 Jun 22 - 14 Jun 22
sparklines
Close Help
  • Products
  • Solutions
  • Made with Unity
  • Learning
  • Support & Services
  • Community
  • Asset Store
  • Get Unity

UNITY ACCOUNT

You need a Unity Account to shop in the Online and Asset Stores, participate in the Unity Community and manage your license portfolio. Login Create account
  • Blog
  • Forums
  • Answers
  • Evangelists
  • User Groups
  • Beta Program
  • Advisory Panel

Navigation

  • Home
  • Products
  • Solutions
  • Made with Unity
  • Learning
  • Support & Services
  • Community
    • Blog
    • Forums
    • Answers
    • Evangelists
    • User Groups
    • Beta Program
    • Advisory Panel

Unity account

You need a Unity Account to shop in the Online and Asset Stores, participate in the Unity Community and manage your license portfolio. Login Create account

Language

  • Chinese
  • Spanish
  • Japanese
  • Korean
  • Portuguese
  • Ask a question
  • Spaces
    • Default
    • Help Room
    • META
    • Moderators
    • Topics
    • Questions
    • Users
    • Badges
  • Home /
avatar image
2
Question by Iker8av · May 29, 2020 at 02:50 AM · ioserror messagexcodeadmoberror-building-player

Unity Google AdMob Xcode: When I want to run my game on my iPhone with Xcode i have an error

 Undefined symbols for architecture arm64:
   "_OBJC_CLASS_$_GADRewardBasedVideoAd", referenced from:
       objc-class-ref in GADURewardBasedVideoAd.o
   "_OBJC_CLASS_$_GADBannerView", referenced from:
       objc-class-ref in GADUBanner.o
   "_OBJC_CLASS_$_GADExtras", referenced from:
       objc-class-ref in GADURequest.o
   "_OBJC_CLASS_$_GADRequest", referenced from:
       objc-class-ref in GADURequest.o
   "_OBJC_CLASS_$_GADRewardedAd", referenced from:
       objc-class-ref in GADURewardedAd.o
   "_kGADAdSizeSmartBannerPortrait", referenced from:
       -[GADUBanner initWithSmartBannerSizeAndBannerClientReference:adUnitID:adPosition:] in GADUBanner.o
       -[GADUBanner initWithSmartBannerSizeAndBannerClientReference:adUnitID:customAdPosition:] in GADUBanner.o
   "_kGADSimulatorID", referenced from:
       -[GADURequest addTestDevice:] in GADURequest.o
   "_OBJC_CLASS_$_GADInterstitial", referenced from:
       objc-class-ref in GADUInterstitial.o
   "_kGADAdLoaderAdTypeNativeCustomTemplate", referenced from:
       _GADUCreateAdLoader in GADUInterface.o
   "_GADPortraitAnchoredAdaptiveBannerAdSizeWithWidth", referenced from:
       +[GADUPluginUtil adaptiveAdSizeForWidth:orientation:] in GADUPluginUtil.o
   "_CGSizeFromGADAdSize", referenced from:
       +[GADUPluginUtil safeAdSizeForAdSize:] in GADUPluginUtil.o
   "_GADLandscapeAnchoredAdaptiveBannerAdSizeWithWidth", referenced from:
       +[GADUPluginUtil adaptiveAdSizeForWidth:orientation:] in GADUPluginUtil.o
   "_GADAdSizeFromCGSize", referenced from:
       +[GADUPluginUtil safeAdSizeForAdSize:] in GADUPluginUtil.o
       +[GADUPluginUtil adSizeForWidth:height:] in GADUPluginUtil.o
   "_kGADAdSizeSmartBannerLandscape", referenced from:
       +[GADUPluginUtil safeAdSizeForAdSize:] in GADUPluginUtil.o
       -[GADUBanner initWithSmartBannerSizeAndBannerClientReference:adUnitID:adPosition:] in GADUBanner.o
       -[GADUBanner initWithSmartBannerSizeAndBannerClientReference:adUnitID:customAdPosition:] in GADUBanner.o
   "_OBJC_CLASS_$_GADAdLoader", referenced from:
       objc-class-ref in GADUAdLoader.o
   "_GADCurrentOrientationAnchoredAdaptiveBannerAdSizeWithWidth", referenced from:
       +[GADUPluginUtil adaptiveAdSizeForWidth:orientation:] in GADUPluginUtil.o
   "_GADAdSizeEqualToSize", referenced from:
       +[GADUPluginUtil safeAdSizeForAdSize:] in GADUPluginUtil.o
   "_OBJC_CLASS_$_GADMobileAds", referenced from:
       objc-class-ref in GADUInterface.o
   "_GADAdSizeFullWidthPortraitWithHeight", referenced from:
       +[GADUPluginUtil adSizeForWidth:height:] in GADUPluginUtil.o
   "_OBJC_CLASS_$_GADServerSideVerificationOptions", referenced from:
       objc-class-ref in GADUInterface.o
 ld: symbol(s) not found for architecture arm64
 clang: error: linker command failed with exit code 1 (use -v to see invocation)
 
Comment
Add comment
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users

4 Replies

· Add your reply
  • Sort: 
avatar image
1

Answer by Ruler1 · Sep 02, 2020 at 10:14 AM

alt text If you open Symlink Unity libraries, the problem will disappear.


ekran-resmi-2020-09-02-131138.png (157.8 kB)
Comment
Add comment · Show 1 · Share
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users
avatar image MiguelAppStudio · Mar 14 at 08:32 PM 0
Share

Thanks this worked for me

avatar image
-1

Answer by Hornkvern · Jan 09 at 01:01 AM

@Iker8av Any solution to this yet...?

Comment
Add comment · Share
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users
avatar image
-1

Answer by Slashik · Jan 09 at 07:34 AM

@Iker8av any solution to this yet?

Comment
Add comment · Share
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users
avatar image
0

Answer by polyphonic13 · Dec 29, 2020 at 09:13 PM

Did anyone ever solve this? @DISER1 checking "Symlink Unity Libraries" does not fix this for me. The XCode build still fails with the same errors @Iker8av reported, starting with:

 Undefined symbols for architecture arm64:
   "_GADUnifiedNativeHeadlineAsset", referenced from:
       -[GADUUnifiedNativeAd initWithAd:] in unity-plugin-library.a(GADUUnifiedNativeAd_fe8578bae4763516575d618225e55fdd.o)
   "_GADUnifiedNativeBodyAsset", referenced from:
       -[GADUUnifiedNativeAd initWithAd:] in unity-plugin-library.a(GADUUnifiedNativeAd_fe8578bae4763516575d618225e55fdd.o)
   "_GADUnifiedNativeIconAsset", referenced from:
       -[GADUUnifiedNativeAd initWithAd:] in unity-plugin-library.a(GADUUnifiedNativeAd_fe8578bae4763516575d618225e55fdd.o)
   "_GADUnifiedNativeStoreAsset", referenced from:
       -[GADUUnifiedNativeAd initWithAd:] in unity-plugin-library.a(GADUUnifiedNativeAd_fe8578bae4763516575d618225e55fdd.o)
   "_GADUnifiedNativePriceAsset", referenced from:
       -[GADUUnifiedNativeAd initWithAd:] in unity-plugin-library.a(GADUUnifiedNativeAd_fe8578bae4763516575d618225e55fdd.o)
   "_GADUnifiedNativeStarRatingAsset", referenced from:
       -[GADUUnifiedNativeAd initWithAd:] in unity-plugin-library.a(GADUUnifiedNativeAd_fe8578bae4763516575d618225e55fdd.o)
   "_GADUnifiedNativeAdChoicesViewAsset", referenced from:
       -[GADUUnifiedNativeAd initWithAd:] in unity-plugin-library.a(GADUUnifiedNativeAd_fe8578bae4763516575d618225e55fdd.o)
   "_OBJC_CLASS_$_GADRewardedInterstitialAd", referenced from:
       objc-class-ref in unity-plugin-library.a(GADURewardedInterstitialAd_39f9127d3797cb8cad4cb2a8f659505d.o)
   "_OBJC_CLASS_$_GADInterstitial", referenced from:
       objc-class-ref in unity-plugin-library.a(GADUInterstitial_086edb7499729734905adee6bc26babe.o)
   "_GADAdSizeFullWidthPortraitWithHeight", referenced from:
       +[GADUPluginUtil adSizeForWidth:height:] in unity-plugin-library.a(GADUPluginUtil_ac2548951bebf4de3ca97eec72a8dded.o)
   "_kGADAdSizeSmartBannerLandscape", referenced from:
Comment
Add comment · Share
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users

Your answer

Hint: You can notify a user about this post by typing @username

Up to 2 attachments (including images) can be used with a maximum of 524.3 kB each and 1.0 MB total.

Follow this Question

Answers Answers and Comments

174 People are following this question.

avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image

Related Questions

Undefined symbols for architecture armv7 in xcode, Google Play Games and AdMob 0 Answers

Unity 4.7 Admob iOS link error 0 Answers

Unity iOS Build Bitcode Issue 1 Answer

Xcode on build immediately says "An unknown error occurred" 0 Answers

admob unity plugin ios Undefined symbols for architecture arm64: 1 Answer


Enterprise
Social Q&A

Social
Subscribe on YouTube social-youtube Follow on LinkedIn social-linkedin Follow on Twitter social-twitter Follow on Facebook social-facebook Follow on Instagram social-instagram

Footer

  • Purchase
    • Products
    • Subscription
    • Asset Store
    • Unity Gear
    • Resellers
  • Education
    • Students
    • Educators
    • Certification
    • Learn
    • Center of Excellence
  • Download
    • Unity
    • Beta Program
  • Unity Labs
    • Labs
    • Publications
  • Resources
    • Learn platform
    • Community
    • Documentation
    • Unity QA
    • FAQ
    • Services Status
    • Connect
  • About Unity
    • About Us
    • Blog
    • Events
    • Careers
    • Contact
    • Press
    • Partners
    • Affiliates
    • Security
Copyright © 2020 Unity Technologies
  • Legal
  • Privacy Policy
  • Cookies
  • Do Not Sell My Personal Information
  • Cookies Settings
"Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
  • Anonymous
  • Sign in
  • Create
  • Ask a question
  • Spaces
  • Default
  • Help Room
  • META
  • Moderators
  • Explore
  • Topics
  • Questions
  • Users
  • Badges