Skip to content

Commit ee89921

Browse files
committed
Deploying to gh-pages from @ 8a1375d 🚀
1 parent 6ce069d commit ee89921

4 files changed

Lines changed: 124 additions & 122 deletions

File tree

build/build-errors/index.html

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1838,10 +1838,10 @@
18381838
<ul class="md-nav__list">
18391839

18401840
<li class="md-nav__item">
1841-
<a href="#unable-to-read-included-file-loopconfigoverridexcconfig" class="md-nav__link">
1841+
<a href="#in-xcode-unable-to-read-included-file-loopconfigoverridexcconfig-or-in-terminal-loopconfigoverridexcconfig-operation-not-permitted" class="md-nav__link">
18421842
<span class="md-ellipsis">
18431843

1844-
Unable to read included file LoopConfigOverride.xcconfig
1844+
in Xcode, Unable to read included file LoopConfigOverride.xcconfig or in Terminal LoopConfigOverride.xcconfig: Operation not permitted
18451845

18461846
</span>
18471847
</a>
@@ -4919,10 +4919,10 @@
49194919
<ul class="md-nav__list">
49204920

49214921
<li class="md-nav__item">
4922-
<a href="#unable-to-read-included-file-loopconfigoverridexcconfig" class="md-nav__link">
4922+
<a href="#in-xcode-unable-to-read-included-file-loopconfigoverridexcconfig-or-in-terminal-loopconfigoverridexcconfig-operation-not-permitted" class="md-nav__link">
49234923
<span class="md-ellipsis">
49244924

4925-
Unable to read included file LoopConfigOverride.xcconfig
4925+
in Xcode, Unable to read included file LoopConfigOverride.xcconfig or in Terminal LoopConfigOverride.xcconfig: Operation not permitted
49264926

49274927
</span>
49284928
</a>
@@ -5342,18 +5342,20 @@ <h2 id="find-your-error-messages">Find Your Error Message(s)<a class="headerlink
53425342
<p>For example, if you see "Invalid active developer path (/Library/Developer/CommandLineTools)" in your error message, use the search tool in LoopDocs with "invalid active". You will get a couple of links and one is the Command Line Tools fix for that error message. Click on the link and you'll find the solution.</p>
53435343
<p><img alt="img/search-errors.png" src="../img/search-errors.png" width="650" /></p>
53445344
<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>
5345-
<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>
5345+
<h3 id="in-xcode-unable-to-read-included-file-loopconfigoverridexcconfig-or-in-terminal-loopconfigoverridexcconfig-operation-not-permitted">in <abbr title="program used to build an app">Xcode</abbr>, Unable to read included file <code>LoopConfigOverride.xcconfig</code> or in <abbr title="interface for entering commands to the computer">Terminal</abbr> <code>LoopConfigOverride.xcconfig</code>: Operation not permitted<a class="headerlink" href="#in-xcode-unable-to-read-included-file-loopconfigoverridexcconfig-or-in-terminal-loopconfigoverridexcconfig-operation-not-permitted" title="Anchor link to this Header on this Page">&para;</a></h3>
53465346
<p><strong>Error Message:</strong>
5347-
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>
5347+
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, or in <abbr title="interface for entering commands to the computer">Terminal</abbr> when trying to customize a prior download of <abbr title="With a capital L, Loop is one of several do-it-yourself artifical pancreas systems">Loop</abbr>.</p>
53485348
<p align="center"><img alt="xcode does not have permission to read downloads folder" src="../img/xcode-permission-error.jpg" width="650" /></p>
53495349
<p><strong>Solution:</strong></p>
5350-
<p>Modify the permissions for <em><abbr title="program used to build an app">Xcode</abbr></em> in your <abbr title="operating system for Mac computer">macOS</abbr>.</p>
5350+
<p>Modify the permissions for <em><abbr title="program used to build an app">Xcode</abbr></em> and <em><abbr title="interface for entering commands to the computer">Terminal</abbr></em> in your <abbr title="operating system for Mac computer">macOS</abbr>.</p>
53515351
<p>The graphic below has steps labeled 1 through 4 to guide you to the setting that must be enabled for you to build the app with <em><abbr title="program used to build an app">Xcode</abbr></em>.</p>
53525352
<ol>
53535353
<li>Open the <abbr title="operating system for Mac computer">macOS</abbr> settings (<em>Apple</em> icon) and navigate to Privacy &amp; Security</li>
53545354
<li>Select Files and Folders</li>
53555355
<li>Select <em><abbr title="program used to build an app">Xcode</abbr></em></li>
5356-
<li>Ensure that Downloads Folder is enabled</li>
5356+
<li>The graphic below shows that the Downloads Folder is enabled, however in newer <abbr title="operating system for Mac computer">macOS</abbr>, your only option may be to grant Full Disk Access.</li>
5357+
<li>Additionally, if your error has occured while trying to add customizations, select <em><abbr title="interface for entering commands to the computer">Terminal</abbr></em></li>
5358+
<li>The graphic below shows that the Downloads Folder is enabled for <em><abbr title="program used to build an app">Xcode</abbr></em>, however it's the same process for <em><abbr title="interface for entering commands to the computer">Terminal</abbr></em>. </li>
53575359
</ol>
53585360
<p align="center"><img alt="check privacy settings for xcode access to downloads folder" src="../img/set-xcode-file-permissions.png" width="750" /></p>
53595361
<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>

search/search_index.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)