Hi
After adding Google Mobile Ads to my project I'm having problems with building it
Last lines from log:
" + [arm64] Including Libraries/Plugins/iOS/unity-plugin-library.a...
+ [arm64] Linking UnityFramework...
ld64.lld: error: undefined symbol: OBJC_CLASS_$_UMPConsentForm
>>> referenced by build/Release-iphoneos/UnityFramework/arm64/__libs\libunity-plugin-library.a(GADUConsentForm.o):(symbol ltmp7+0x0)
ld64.lld: error: undefined symbol: OBJC_CLASS_$_UMPConsentInformation
>>> referenced by build/Release-iphoneos/UnityFramework/arm64/__libs\libunity-plugin-library.a(GADUConsentForm.o):(symbol OBJC_CLASSLIST_REFERENCES_$_.2+0x0)
>>> referenced by build/Release-iphoneos/UnityFramework/arm64/__libs\libunity-plugin-library.a(GADUConsentInformation.o):(symbol ltmp7+0x0)
ld64.lld: error: undefined symbol: OBJC_CLASS_$_UMPRequestParameters
>>> referenced by build/Release-iphoneos/UnityFramework/arm64/__libs\libunity-plugin-library.a(GADUConsentInformation.o):(symbol OBJC_CLASSLIST_REFERENCES_$_.1+0x0)
ld64.lld: error: undefined symbol: OBJC_CLASS_$_UMPDebugSettings
>>> referenced by build/Release-iphoneos/UnityFramework/arm64/__libs\libunity-plugin-library.a(GADUConsentInformation.o):(symbol OBJC_CLASSLIST_REFERENCES_$_.2+0x0)"
• Win 10
• Builder 3.56
• iOS SDK 16.4
There were more errors like that but after adding GoogleMobileAds.framework to the builder only those 4 are left.
Tried few different things but can't fix that :(
Thanks!