Errors

  • XCConfig errors.

    • notFound: returned when the configuration file couldn’t be found.
    See more

    Declaration

    Swift

    public enum XCConfigError : Error, CustomStringConvertible
  • XCSharedData errors.

    • notFound: the share data hasn’t been found.
    See more

    Declaration

    Swift

    public enum XCSharedDataError : Error, CustomStringConvertible
  • XCWorkspaceData Errors.

    • notFound: returned when the .xcworkspacedata cannot be found.
    See more

    Declaration

    Swift

    public enum XCWorkspaceDataError : Error, CustomStringConvertible
  • XCWorkspace Errors

    • notFound: the project cannot be found.
    See more

    Declaration

    Swift

    public enum XCWorkspaceError : Error, CustomStringConvertible
  • XcodeProj Errors

    • notFound: the project cannot be found.
    • pbxProjNotFound: the .pbxproj file couldn’t be found inside the project folder.
    • xcworkspaceNotFound: the workspace cannot be found at the given path.
    See more

    Declaration

    Swift

    public enum XCodeProjError : 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.
    See more

    Declaration

    Swift

    public enum PBXObjectError : Error, CustomStringConvertible