arkit-by-example icon indicating copy to clipboard operation
arkit-by-example copied to clipboard

Replace deprecated ARKit api calls

Open rbaumbach opened this issue 8 years ago • 2 comments

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.

  • ARWorldTrackingSessionConfiguration has been updated to ARWorldTrackingConfiguration.

After this update the project will now compile with Xcode 9.

rbaumbach avatar Sep 28 '17 15:09 rbaumbach

Well, that was easy. But anyway - the spp crashes

neilyoung avatar Sep 28 '17 15:09 neilyoung

@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.

mfeijo avatar May 15 '18 00:05 mfeijo