ARKit2.0-Prototype icon indicating copy to clipboard operation
ARKit2.0-Prototype copied to clipboard

Incorrect argument label in call after just loading the project

Open ali-h2010 opened this issue 7 years ago • 0 comments

Error Message: ARKit2.0-Prototype-master/iOS12_Sampler/ios12 Sampler/AVSharingWorldMapVC.swift:225:68: Incorrect argument label in call (have 'of:from:', expected 'ofClasses:from:')

Error Location:

  • if let unarchived = try? NSKeyedUnarchiver.unarchivedObject(of: ARWorldMap.classForKeyedArchiver()!, from: data), let worldMap = unarchived as? ARWorldMap {

  • if let unarchived = try? NSKeyedUnarchiver.unarchivedObject(of: ARAnchor.classForKeyedUnarchiver(), from: data),

Xcode Version: Version 10.2 (10E125)

ali-h2010 avatar Mar 26 '19 07:03 ali-h2010