You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,6 +48,8 @@ This script assumes that the `xclogparser` executable is installed and present i
48
48
49
49
>Note: Errors thrown in post-action run scripts are silenced, so it could be hard to notice simple mistakes.
50
50
51
+
>Note: Since Xcode 11, `xcodebuild` only generates the .xcactivitylog build logs when the option `--resultBundlePath`. If you're compiling with that command and not with Xcode, be sure to set that option to a valid path.
52
+
51
53
The run script is executed in a temporary directory by Xcode, so you may find it useful to immediately open the generated output with `open MyAppLogs` at the end of the script.
52
54
The Finder will automatically open the output folder after a build completes and you can then view the generated HTML page that contains a nice visualization of your build! ✨
Copy file name to clipboardExpand all lines: Resources/step.html
+11Lines changed: 11 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -55,6 +55,17 @@
55
55
<aid="info-url" href=""></a>
56
56
</div>
57
57
</div>
58
+
<divclass="row">
59
+
<divclass="col-sm-2">
60
+
Fetched from cache
61
+
</div>
62
+
<divclass="col-sm-10">
63
+
<buttontype="button" class="btn btn-secondary" data-toggle="tooltip" data-placement="right" title="If true, the target or file wasn't compiled but fetched from Xcode's internal cache">
<button type="button" class="btn btn-secondary" data-toggle="tooltip" data-placement="right" title="If true, the target or file wasn't compiled but fetched from Xcode's internal cache">
0 commit comments