MobileNativeFoundation / XCLogParser

Tool to parse Xcode and xcodebuild logs stored in the xcactivitylog format
Apache License 2.0
1.73k stars 121 forks source link

Add validation error support #157

Closed polac24 closed 2 years ago

polac24 commented 2 years ago

Support errors coming from external commands triggered by Xcode. That includes codesign, validate, dsymutil etc.

Here is an example error message of a failed binary validation:

Command ValidateEmbeddedBinary failed with a nonzero exit code

Example binary validation command:

ValidateEmbeddedBinary /absolute/path/xxx.app (in target 'xxx' from project 'xxx')