-
Notifications
You must be signed in to change notification settings - Fork 31
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 symbol when linking with Unity + ARKit #69
Comments
Thanks for the report, @swylietoal - can you paste a snippet of the exact wording of the error? This should be a fairly quick fix though I want to be sure there's no other underlying issues. |
@kattrali I've encountered similar error.
And if i understand correctly this function need renaming Propably wise to append |
Im having this same issue with Bugsnag 4.0. Any word on that? |
@natalieSED Things have changed fairly significantly since this happened, can you open a new issue with the exact error message that you're seeing? |
Expected behavior
Bugsnag is able to be added without needing code modification
Observed behavior
Bugsnag library conflicts with Unity ARKit plugin (StartSession)
Steps to reproduce
New Unity Project
Import ARKit plugin
Open Example Scene
Add Bugsnag
Run for iOS
Can't comment on Issues?
While not technically a blocking issue, this is definitely a friction point for on boarding new apps. Worked around by prefixing StartSession with BS_ in BugsnagUnity.mm and Bugsnag.cs - although a more elegant naming scheme may be better...
The text was updated successfully, but these errors were encountered: