We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf5fae7 commit c998a02Copy full SHA for c998a02
scripts/xcresult_logs.py
@@ -50,6 +50,7 @@ def main():
50
# otherwise, deduce
51
xcresult_path = flags.get('-resultBundlePath')
52
if xcresult_path is None:
53
+ print(f"Workspace Flag: {flags['-workspace']}")
54
project = project_from_workspace_path(flags['-workspace'])
55
scheme = flags['-scheme']
56
xcresult_path = find_xcresult_path(project, scheme)
0 commit comments