Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add validation error support #157

Merged

Conversation

polac24
Copy link
Collaborator

@polac24 polac24 commented Jan 25, 2022

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')

Signed-off-by: Bartosz Polaczyk <polac24@gmail.com>
Signed-off-by: Bartosz Polaczyk <polac24@gmail.com>
@polac24 polac24 force-pushed the 20220125-parse-validate-errors branch from 5ac2d21 to 937788d Compare January 25, 2022 16:37
@polac24 polac24 merged commit db2591d into MobileNativeFoundation:master Jan 26, 2022
@polac24 polac24 deleted the 20220125-parse-validate-errors branch January 26, 2022 07:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants