ARSessionConfiguration unresolved in Xcode 9 GM
问题 I have created an ARKit project using a beta version of Xcode 9, which I was able to run on my real device without issues. Yesterday, I upgraded to Xcode 9 GM, and without touching anything, Xcode shows multiple errors, saying it does not know ARSessionConfiguration i.e.: Use of undeclared type 'ARSessionConfiguration' and: Use of undeclared type 'ARWorldTrackingSessionConfiguration' ...for this code: let session = ARSession() var sessionConfig: ARSessionConfiguration =