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

Fix a switch statement not being exhaustive after ARKit 1.5 update #95

Merged
merged 1 commit into from
May 26, 2018
Merged

Conversation

adrgrondin
Copy link
Contributor

With ARKit 1.5 introduced in iOS 11.3 a new case was added to the
enumeration ARCamera.TrackingState.Reason called .relocalizing.

This new case not present in the switch statement causes the
project to fail during building.

With ARKit 1.5 introduced in iOS 11.3 a new case was added to the
enumeration ARCamera.TrackingState.Reason called .relocalizing.

This new case not present in the switch statement causes the
project to fail during building.
@fwxavi
Copy link

fwxavi commented Apr 3, 2018

I was going to open a PR with the same change. Thanks for doing it @AdrienGrondin. Let's hope that it gets merged soon 👍

@aaronbrethorst
Copy link
Collaborator

thanks @adrgrondin

@aaronbrethorst aaronbrethorst merged commit 2fd1ee7 into AndrewHartAR:master May 26, 2018
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

Successfully merging this pull request may close these issues.

None yet

4 participants