Skip to content

Commit

Permalink
Deployed ac24d9c with MkDocs version: 1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
marionbarker committed May 10, 2024
1 parent 404102e commit 4d32bcf
Show file tree
Hide file tree
Showing 10 changed files with 186 additions and 55 deletions.
27 changes: 26 additions & 1 deletion build/build-errors/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1329,6 +1329,15 @@
</span>
</a>

</li>

<li class="md-nav__item">
<a href="#the-file-could-not-be-unlocked" class="md-nav__link">
<span class="md-ellipsis">
The File Could not be Unlocked
</span>
</a>

</li>

<li class="md-nav__item">
Expand Down Expand Up @@ -3617,6 +3626,15 @@
</span>
</a>

</li>

<li class="md-nav__item">
<a href="#the-file-could-not-be-unlocked" class="md-nav__link">
<span class="md-ellipsis">
The File Could not be Unlocked
</span>
</a>

</li>

<li class="md-nav__item">
Expand Down Expand Up @@ -4007,7 +4025,7 @@ <h2 id="find-your-error-messages">Find Your Error Message(s)<a class="headerlink
<p><img alt="img/search-errors.png" src="../img/search-errors.png" width="650" /></p>
<h2 id="specific-error-messages">Specific Error Messages<a class="headerlink" href="#specific-error-messages" title="Anchor link to this Header on this Page">&para;</a></h2>
<h3 id="unable-to-read-included-file-loopconfigoverridexcconfig">Unable to read included file <code>LoopConfigOverride.xcconfig</code><a class="headerlink" href="#unable-to-read-included-file-loopconfigoverridexcconfig" title="Anchor link to this Header on this Page">&para;</a></h3>
<p><strong>Error Message:</strong><br />
<p><strong>Error Message:</strong>
This error occurs inside <em><abbr title="program used to build an app">Xcode</abbr></em> with the build halting at the line that reads the <code>LoopConfigOverride.xcconfig</code> file.</p>
<p align="center"><img alt="xcode does not have permission to read downloads folder" src="../img/xcode-permission-error.jpg" width="650" /></p>
<p><strong>Solution:</strong></p>
Expand All @@ -4020,6 +4038,13 @@ <h3 id="unable-to-read-included-file-loopconfigoverridexcconfig">Unable to read
<li>Ensure that Downloads Folder is enabled</li>
</ol>
<p align="center"><img alt="check privacy settings for xcode access to downloads folder" src="../img/set-xcode-file-permissions.png" width="750" /></p>
<h3 id="the-file-could-not-be-unlocked">The File Could not be Unlocked<a class="headerlink" href="#the-file-could-not-be-unlocked" title="Anchor link to this Header on this Page">&para;</a></h3>
<p><strong>Error Message:</strong>
This error occurs inside <em><abbr title="program used to build an app">Xcode</abbr></em> with a <abbr title="message or alert appearing in front of app that must be acknowledged to return to app">modal</abbr> alert that says:</p>
<blockquote>
<p>The file "contents.xcworkspacedata" could not be unlocked</p>
</blockquote>
<p>The solution is the same as in the previous section, <a href="#unable-to-read-included-file-loopconfigoverridexcconfig">Unable to read included file</a>.</p>
<h3 id="no-devices-from-which-to-generate-a-provisioning-profile">No devices from which to generate a provisioning profile<a class="headerlink" href="#no-devices-from-which-to-generate-a-provisioning-profile" title="Anchor link to this Header on this Page">&para;</a></h3>
<p><strong>Error Message:</strong><br />
This error occurs during the <code>Build target WatchApp</code> or <code>Build target WatchApp Extension</code>.</p>
Expand Down
62 changes: 16 additions & 46 deletions gh-actions/gh-errors/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1117,27 +1117,18 @@
<ul class="md-nav__list">

<li class="md-nav__item">
<a href="#error-no-code-signing-identity" class="md-nav__link">
<a href="#error-asset-validation-failed" class="md-nav__link">
<span class="md-ellipsis">
Error: No code signing identity
ERROR: Asset validation failed
</span>
</a>

</li>

<li class="md-nav__item">
<a href="#error-appstore-comloopkitlooploopwidgetextension" class="md-nav__link">
<a href="#could-not-install-wwdr-certificate" class="md-nav__link">
<span class="md-ellipsis">
Error: AppStore com.***.loopkit.Loop.LoopWidgetExtension
</span>
</a>

</li>

<li class="md-nav__item">
<a href="#error-could-not-install-wwdr-certificate" class="md-nav__link">
<span class="md-ellipsis">
Error: Could not install WWDR certificate
Could not install WWDR certificate
</span>
</a>

Expand Down Expand Up @@ -3677,27 +3668,18 @@
<ul class="md-nav__list">

<li class="md-nav__item">
<a href="#error-no-code-signing-identity" class="md-nav__link">
<a href="#error-asset-validation-failed" class="md-nav__link">
<span class="md-ellipsis">
Error: No code signing identity
ERROR: Asset validation failed
</span>
</a>

</li>

<li class="md-nav__item">
<a href="#error-appstore-comloopkitlooploopwidgetextension" class="md-nav__link">
<a href="#could-not-install-wwdr-certificate" class="md-nav__link">
<span class="md-ellipsis">
Error: AppStore com.***.loopkit.Loop.LoopWidgetExtension
</span>
</a>

</li>

<li class="md-nav__item">
<a href="#error-could-not-install-wwdr-certificate" class="md-nav__link">
<span class="md-ellipsis">
Error: Could not install WWDR certificate
Could not install WWDR certificate
</span>
</a>

Expand Down Expand Up @@ -4182,31 +4164,19 @@ <h3 id="error-a-new-one-cannot-be-created-because-you-enabled"><code>Error: A ne
<p>At this point, get your correct <code>TEAMID</code>, fix your <abbr title="a method to securely embed personal information into your fork of LoopWorkspace to enable GitHub to have access required to build Loop">Secrets</abbr> file to have the correct <code>TEAMID</code> and then return to <a href="../gh-first-time/#configure-secrets">First-Time: Configure <abbr title="a method to securely embed personal information into your fork of LoopWorkspace to enable GitHub to have access required to build Loop">Secrets</abbr></a>. This time you will be updating <code>TEAMID</code> in the <abbr title="contains project files and each file's revision history">repository</abbr> secret list.</p>
<h2 id="repeat-build-loop-errors">Repeat <code>Build Loop</code> Errors<a class="headerlink" href="#repeat-build-loop-errors" title="Anchor link to this Header on this Page">&para;</a></h2>
<p>This section is only for people who have successfully built using <em><abbr title="an online service for storing repositories, accessible from a browser">GitHub</abbr> Build <abbr title="a custom application for the GitHub Actions platform that performs a complex but frequently repeated task; specifically used to build Loop from a browser">Actions</abbr></em>.</p>
<p>Use the <a href="#find-the-error">Find the Error</a> instructions to find your error message.</p>
<h3 id="error-no-code-signing-identity"><code>Error: No code signing identity</code><a class="headerlink" href="#error-no-code-signing-identity" title="Anchor link to this Header on this Page">&para;</a></h3>
<p>Use the <a href="#examine-the-error">Examine the Error</a> instructions to find your error message.</p>
<h3 id="error-asset-validation-failed"><code>ERROR: Asset validation failed</code><a class="headerlink" href="#error-asset-validation-failed" title="Anchor link to this Header on this Page">&para;</a></h3>
<p>This error indicates your <abbr title="a copy of code in a github repository other than the original">fork</abbr> needs to be updated. As of 29 April 2024, you are required to use <abbr title="program used to build an app">Xcode</abbr> 15 to build the app.</p>
<p>There are serveral phrases you can check for. All of them have the same solution.</p>
<p>Copy the words on the line below and paste them into the search function for your action log.</p>
<blockquote>
<div class="copy highlight"><pre><span></span><code>No code signing identity found and can not create a new one because you enabled
<div class="copy highlight"><pre><span></span><code>ERROR: Asset validation failed
</code></pre></div>
</blockquote>
<p>If that phrase is found, it means your <em>Apple</em> <code>Distribution Certificate</code> expired or was revoked.</p>
<ul>
<li>See <a href="../gh-update/#renew-certificate" target="_blank">Renew Certificates</a></li>
</ul>
<h3 id="error-appstore-comloopkitlooploopwidgetextension"><code>Error: AppStore com.***.loopkit.Loop.LoopWidgetExtension</code><a class="headerlink" href="#error-appstore-comloopkitlooploopwidgetextension" title="Anchor link to this Header on this Page">&para;</a></h3>
<p>This error has a useful Annotation that presents the error. If you want to search for it manually, copy the words on the line below and paste them into the search function for your action log.</p>
<blockquote>
<div class="copy highlight"><pre><span></span><code>Provisioning profile &quot;match AppStore com.***.loopkit.Loop.LoopWidgetExtension
</code></pre></div>
</blockquote>
<p>This means you did not follow the steps here: <a href="../gh-update/#updating-from-32x-to-34" target="_blank">Updating from 3.2.x to 3.4</a></p>
<h3 id="error-could-not-install-wwdr-certificate"><code>Error: Could not install WWDR certificate</code><a class="headerlink" href="#error-could-not-install-wwdr-certificate" title="Anchor link to this Header on this Page">&para;</a></h3>
<p>Copy the words on the line below and paste them into the search function for your action log.</p>
<p>Note - you will get that error in addition to the <code>No code signing</code> error if you need to renew your certificates.</p>
<blockquote>
<div class="copy highlight"><pre><span></span><code>Could not install WWDR certificate
<div class="copy highlight"><pre><span></span><code>Could not download/upload from App Store Connect
</code></pre></div>
</blockquote>
<p>Solution: Update your <abbr title="a copy of code in a github repository other than the original">fork</abbr>. See instructions on the Update page: <a href="../gh-update/#update-fork" target="_blank">Update <code>Fork</code></a></p>
<h3 id="could-not-install-wwdr-certificate"><code>Could not install WWDR certificate</code><a class="headerlink" href="#could-not-install-wwdr-certificate" title="Anchor link to this Header on this Page">&para;</a></h3>
<p>Assuming you have successfully built using the Browser-Build / <em><abbr title="an online service for storing repositories, accessible from a browser">GitHub</abbr></em> method before:</p>
<ul>
<li>If the details show this message, <code>Could not install WWDR certificate</code>, make sure your <a href="https://developer.apple.com" target="_blank"><em>Apple developer</em> account</a> is in good standing and that there are no agreements that need to be accepted and that your <code>Distribution Certificates</code> did not expire</li>
Expand Down
Loading

0 comments on commit 4d32bcf

Please sign in to comment.