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
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.
The text was updated successfully, but these errors were encountered:
When using
apple-sys = { version = "0.2.0", features = ["CoreFoundation", "ARKit"] }
, bindgen creates multiple conflicting implementations of traitARKit::UIViewController_
for typeUIViewController
(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.The text was updated successfully, but these errors were encountered: