-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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 symbol in ios #2094
Comments
Hi, can you double check the Assets/ExternalDependencyManager/iOS Resolver/Settings? Make sure you have pods configured and installed correctly and are linking libraries statically. If you are still blocked after this review feel free to reply with your setup. |
Hi, unity run in this error: After the failure, "pod repo update" was executed and failed. "pod install" was then attempted again, and still failed. This may be due to a broken CocoaPods installation. See: https://guides.cocoapods.org/using/troubleshooting.html for potential solutions. pod install output: Analyzing dependencies
with this settings below i can do a build but run in the mentioned errors: undefined symboles |
I have the same problem |
I have the same issue. In some old version of the google-ads-unity I had files from the error inside Assets/Plugins/iOS folder. |
Resolved by totally removing any mentions of an old Google-ADS version and reinstalling it again |
I also have this problem, Unity 2021.3.14f1 & 2020.3.38f1 |
I also have the same issue. |
I solved this version using source code. https://github.com/googleads/googleads-mobile-unity/archive/refs/tags/v7.3.1.zip [Some source code compilation issues need to be fixed.] |
7.3.0 has no issue with ios Compilation. And Source code building seems work, too (as AbelTeam said, there are stupid issues: missing #if UNITY_IOS, missing GoogleMobileAds.Api asmdef etc). |
Since there were no recent activities for this issue, we are therefore reluctantly going to close this bug for now. If you are still experiencing the problem, please file a new issue with the same description, what happens and system / network tracing / Charles logs. All system setups can be slightly different, so it's always better to open new issues and reference the related ones. Thanks for your contribution. |
Reinstall Appodeal and Firebase helped for me. |
Hi, i try to use adMob in IOS. I always run in the issue with the undefined symbols. I try every
solution i found on sackoverflow or here but nothing worked.
i tried:
in IOS Resolver all different options. I must cocoapod integration set to none otherwise unity run in a error.
remove admob and add again
install cocoapot manually in xcode because in unity it dose not work.
how can i fix this?
Undefined symbol: OBJC_CLASS$_GADRequest
Undefined symbol: OBJC_CLASS$_GADInterstitialAd
Undefined symbol: OBJC_CLASS$_GADBannerView
Undefined symbol: OBJC_CLASS$_GADRewardedAd
Undefined symbol: _kGADAdSizeSmartBannerPortrait
Undefined symbol: _GADPortraitAnchoredAdaptiveBannerAdSizeWithWidth
Undefined symbol: _CGSizeFromGADAdSize
Undefined symbol: _GADLandscapeAnchoredAdaptiveBannerAdSizeWithWidth
Undefined symbol: _GADAdSizeFromCGSize
Undefined symbol: _kGADAdSizeSmartBannerLandscape
Undefined symbol: _GADCurrentOrientationAnchoredAdaptiveBannerAdSizeWithWidth
Undefined symbol: _GADAdSizeEqualToSize
Undefined symbol: OBJC_CLASS$_GADRewardedInterstitialAd
Undefined symbol: _GADAdSizeFullWidthPortraitWithHeight
Undefined symbol: OBJC_CLASS$_GADServerSideVerificationOptions
Undefined symbol: OBJC_CLASS$_GADAppOpenAd
Undefined symbol: OBJC_CLASS$_GADMobileAds
Undefined symbol: OBJC_CLASS$_GADExtras
Undefined symbol: _GADErrorUserInfoKeyResponseInfo
The text was updated successfully, but these errors were encountered: