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

Commits on Mar 29, 2018

  1. Fix a switch statement not being exhaustive after ARKit 1.5 update

    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.
    adrgrondin committed Mar 29, 2018
    Configuration menu
    Copy the full SHA
    63fb91d View commit details
    Browse the repository at this point in the history