Skip to content

Incorrect argument label in call after just loading the project #4

@ali-h2010

Description

@ali-h2010

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions