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

Duplicate symbols error on Unity integration #366

Open
StrawHara opened this issue Sep 12, 2024 · 1 comment
Open

Duplicate symbols error on Unity integration #366

StrawHara opened this issue Sep 12, 2024 · 1 comment
Assignees
Labels
stale This isue has been inactive

Comments

@StrawHara
Copy link

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.

Copy link

This issue is stale because it has been open for 30 days with no activity.

@github-actions github-actions bot added the stale This isue has been inactive label Nov 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
stale This isue has been inactive
Projects
None yet
Development

No branches or pull requests

3 participants