XCodeProjError

public enum XCodeProjError : 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.
  • Declaration

    Swift

    public var description: String { get }