-
Notifications
You must be signed in to change notification settings - Fork 140
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
ARKit.snapshot() and ARKit.snapshotCamera() crash when get called #179
Comments
I'm experiencing the same |
which version do you use? can you try passing an empty object for options?
|
@macrozone unfortunately, that did not fix the issue for me. |
@jwanga which version do you use and are there any more logs? |
@macrozone Hello, I'm experiencing the same issue. Produced by console:
|
This error is caused by missing camera roll permissions. As of ios11, add the following keys to your info.plist
|
@ambewas, this solved my problem. Thanks! |
I tried to use these 2 functions last night and got crashed ever time these 2 get called. I tried this with iOS9.3 on iPhone X.
The text was updated successfully, but these errors were encountered: