module XCPretty::Matchers::Errors

Constants

CHECK_DEPENDENCIES_ERRORS_MATCHER

@regex Captured groups $1 = whole error

CLANG_ERROR_MATCHER

@regex Captured groups $1 = whole error

COMPILE_ERROR_MATCHER

@regex Captured groups $1 = file_path $2 = file_name $3 = reason

CURSOR_MATCHER

@regex Captured groups $1 cursor (with whitespaces and tildes)

FATAL_ERROR_MATCHER

@regex Captured groups $1 = whole error. it varies a lot, not sure if it makes sense to catch everything separately

FILE_MISSING_ERROR_MATCHER

@regex Captured groups $1 = whole error. $2 = file path

LD_ERROR_MATCHER

@regex Captured groups $1 = whole error

LINKER_DUPLICATE_SYMBOLS_LOCATION_MATCHER

@regex Captured groups $1 file path

LINKER_DUPLICATE_SYMBOLS_MATCHER

@regex Captured groups $1 reason

LINKER_UNDEFINED_SYMBOLS_MATCHER

@regex Captured groups $1 reason

LINKER_UNDEFINED_SYMBOL_LOCATION_MATCHER

@regex Captured groups $1 symbol location

MODULE_INCLUDES_ERROR_MATCHER

@regex Captured groups $1 = error reason

NO_CERTIFICATE_MATCHER

@regex Captured groups $1 = whole error

PODS_ERROR_MATCHER

@regex Captured groups $1 reason

PROVISIONING_PROFILE_REQUIRED_MATCHER

@regex Captured groups $1 = whole error

SYMBOL_REFERENCED_FROM_MATCHER

@regex Captured groups $1 = reference