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 had to comment out the line @objc(ALUnityAdsMediationAdapter) in UnityAdsAdapter.swift to make the project compile successfully. This line was causing a linker error due to duplicate symbols because it exposed the Swift class with the same Objective-C name (ALUnityAdsMediationAdapter) that was already defined elsewhere in the project, likely from an SDK integration.
I had to comment out the line @objc(ALUnityAdsMediationAdapter) in UnityAdsAdapter.swift to make the project compile successfully. This line was causing a linker error due to duplicate symbols because it exposed the Swift class with the same Objective-C name (ALUnityAdsMediationAdapter) that was already defined elsewhere in the project, likely from an SDK integration.
AppLovin-MAX-SDK-iOS/UnityAds/UnityAdsAdapter/UnityAdsAdapter.swift
Line 12 in fd6307b
The text was updated successfully, but these errors were encountered: