You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am utilizing the AppLovin SDK to develop a custom SDK of my own. The process via CocoaPods was uneventful, with no issues during pod install and the build phase. However, errors are being reported when running the demo with my SDK.
Xcode 16.0.0
error message:
Undefined symbols for architecture arm64:
"_ALMediationProviderMAX", referenced from:
___47-[AppLovinAdManager initWithSDKkey:withUnitid:]_block_invoke in AppLovinMaxAdsSDK
"OBJC_CLASS$_ALSdk", referenced from:
objc-class-ref in AppLovinMaxAdsSDK
"OBJC_CLASS$_ALSdkInitializationConfiguration", referenced from:
objc-class-ref in AppLovinMaxAdsSDK
"OBJC_CLASS$_MARewardedAd", referenced from:
objc-class-ref in AppLovinMaxAdsSDK
ld: symbol(s) not found for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
@Coke26, ALMediationProviderMAX is part of the new initialization API that was introduced in 12.3.1 as explained here: https://developers.applovin.com/en/max/ios/overview/new-sdk-initialization-api/. You may want to consider using the latest version of our SDK that has had multiple updates since 12.0.0. You can do this by adding pod 'AppLovinSDK', '13.0.0' or running pod install --repo-update in terminal.
MAX SDK Version
12.0.0
Device/Platform Info
iOS18,xcode16
Current Behavior
I am utilizing the AppLovin SDK to develop a custom SDK of my own. The process via CocoaPods was uneventful, with no issues during pod install and the build phase. However, errors are being reported when running the demo with my SDK.
Xcode 16.0.0
error message:
Undefined symbols for architecture arm64:
"_ALMediationProviderMAX", referenced from:
___47-[AppLovinAdManager initWithSDKkey:withUnitid:]_block_invoke in AppLovinMaxAdsSDK
"OBJC_CLASS$_ALSdk", referenced from:
objc-class-ref in AppLovinMaxAdsSDK
"OBJC_CLASS$_ALSdkInitializationConfiguration", referenced from:
objc-class-ref in AppLovinMaxAdsSDK
"OBJC_CLASS$_MARewardedAd", referenced from:
objc-class-ref in AppLovinMaxAdsSDK
ld: symbol(s) not found for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
Expected Behavior
No response
How to Reproduce
my PodFile:
Podfile.txt
Reproducible in the demo app?
Yes
Additional Info
No response
The text was updated successfully, but these errors were encountered: