Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Undefined symbols for architecture arm64: #16

Open
ghost opened this issue May 14, 2014 · 3 comments
Open

Undefined symbols for architecture arm64: #16

ghost opened this issue May 14, 2014 · 3 comments

Comments

@ghost
Copy link

ghost commented May 14, 2014

I'm getting the following error on archive, I believe the AdMob SDK may need to be upgraded in the plugin.

Undefined symbols for architecture arm64:
"OBJC_CLASS$_GADAdMobExtras", referenced from:
objc-class-ref in AdMobPlugin.o
"_kGADAdSizeFullBanner", referenced from:
-[AdMobPlugin GADAdSizeFromString:] in AdMobPlugin.o
"OBJC_CLASS$_GADRequest", referenced from:
objc-class-ref in AdMobPlugin.o
"OBJC_CLASS$_GADInterstitial", referenced from:
objc-class-ref in AdMobPlugin.o
"OBJC_CLASS$_GADBannerView", referenced from:
objc-class-ref in AdMobPlugin.o
"_kGADAdSizeSmartBannerLandscape", referenced from:
-[AdMobPlugin GADAdSizeFromString:] in AdMobPlugin.o
-[AdMobPlugin resizeViews] in AdMobPlugin.o
"_kGADAdSizeLeaderboard", referenced from:
-[AdMobPlugin GADAdSizeFromString:] in AdMobPlugin.o
"_kGADAdSizeBanner", referenced from:
-[AdMobPlugin GADAdSizeFromString:] in AdMobPlugin.o
"_kGADAdSizeInvalid", referenced from:
-[AdMobPlugin createBannerView:] in AdMobPlugin.o
-[AdMobPlugin GADAdSizeFromString:] in AdMobPlugin.o
"_kGADAdSizeSmartBannerPortrait", referenced from:
-[AdMobPlugin GADAdSizeFromString:] in AdMobPlugin.o
-[AdMobPlugin resizeViews] in AdMobPlugin.o
"_kGADAdSizeMediumRectangle", referenced from:
-[AdMobPlugin GADAdSizeFromString:] in AdMobPlugin.o
"_GADAdSizeEqualToSize", referenced from:
-[AdMobPlugin createBannerView:] in AdMobPlugin.o
-[AdMobPlugin resizeViews] in AdMobPlugin.o
ld: symbol(s) not found for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)

@ghost
Copy link
Author

ghost commented May 14, 2014

Ok solved this problem. It was a case of not having the proper frameworks added to the project. I fixed this by adding the following frameworks:

AdSupport
AudioToolbox
AVFoundation
CoreData
CoreGraphics
CoreTelephony
MessageUI
StoreKit
SystemConfiguration

@ghost ghost closed this as completed May 14, 2014
@ghost
Copy link
Author

ghost commented May 14, 2014

Opps Scratch that an update was also necessary the new AdMob SDk needs to be added to this repo

@ghost ghost reopened this May 14, 2014
@Shahbaz-Akram
Copy link

add but same error yet

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant