Errors
-
Declaration
Swift
public enum XCConfigError : Error, CustomStringConvertible
-
Declaration
Swift
public enum XCSharedDataError : Error, CustomStringConvertible
-
Declaration
Swift
public enum XCWorkspaceDataError : Error, CustomStringConvertible
-
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.
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.
Declaration
Swift
public enum PBXObjectError : Error, CustomStringConvertible