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

Bindgen is creating conflicting implementations of trait ARKit::UIViewController_ for type UIViewController #17

Open
marcpabst opened this issue Feb 10, 2024 · 0 comments

Comments

@marcpabst
Copy link

When using apple-sys = { version = "0.2.0", features = ["CoreFoundation", "ARKit"] }, bindgen creates multiple conflicting implementations of trait ARKit::UIViewController_ for type UIViewController (see here: https://gist.github.com/marcpabst/2f1c7ac510daf9389d4df1f8b81e667d). Renaming the traits seems to fix the issue. I guess there is something wrong with how the trait names are generated.

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