PBXObjectError

public enum PBXObjectError : Error, CustomStringConvertible

PBXObject error.

  • missingIsa: the isa attribute is missing.
  • unknownElement: the element that is being parsed is not supported.
  • objectsReleased: the project has been released or the object hasn’t been added to any project.
  • objectNotFound: the object annot be found in the project.
  • orphaned: the object doesn’t belong to any project.
  • Declaration

    Swift

    public var description: String { get }