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

AttributeContainer protocol conflicts with XCode 13's new AttributeContainer struct #140

Open
apollopattern opened this issue Sep 21, 2021 · 1 comment

Comments

@apollopattern
Copy link

I'm getting an "'AttributeContainer' is ambiguous for type lookup in this context" error when I try to build with XCode 13. This is because XCode added a new AttributeContainer struct to Foundation, so now it's unclear which one my code refers to. Is there a simple way to resolve this ambiguity?

@apollopattern
Copy link
Author

Aha, yep, this is simple enough: SZMentionsSwift.AttributeContainer. Leaving up here for others encountering this issue. (Never encountered this sort of ambiguity before.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant