Contents

FileLocation

A source code location reference indicating the file path, line number, and column of an issue in an Xcode Cloud build.

Declaration

object FileLocation

Properties

NameTypeDescription
lineNumberinteger

The line number of a file that contains code.

pathstring

The path to the file that caused an issue.

See Also

Objects