Instead of throwing an error, we can simply add a default to required parameters. As we can't fully trust that the value will be in the xcresult file, we can provide defaults for most things. There will be a few exceptions for names & identifiers as they really are required to make the library useful. Also I suspect these aren't optimized out of the file like other non-optional parameters.
Instead of throwing an error, we can simply add a default to required parameters. As we can't fully trust that the value will be in the
xcresultfile, we can provide defaults for most things. There will be a few exceptions for names & identifiers as they really are required to make the library useful. Also I suspect these aren't optimized out of the file like other non-optional parameters.