arkit-by-example
arkit-by-example copied to clipboard
Replace deprecated ARKit api calls
This PR updates the deprecated api calls for ARKit for Xcode 9. The project as of today (10/28/2017) will not compile with Xcode 9 without this update.
ARWorldTrackingSessionConfigurationhas been updated toARWorldTrackingConfiguration.
After this update the project will now compile with Xcode 9.
Well, that was easy. But anyway - the spp crashes
@neilyoung, app doesn't crash. After replacing the deprecated calls it works. I am running Xcode 9.2 and IOS 11.3 on iPhone X and works just fine.