-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcommand-phase-script-execution-failed.html
More file actions
38 lines (36 loc) · 1.52 KB
/
Copy pathcommand-phase-script-execution-failed.html
File metadata and controls
38 lines (36 loc) · 1.52 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<!DOCTYPE html>
<html class="no-js" lang="en" dir="ltr">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>Xcode 13 Command PhaseScriptExecution failed with a nonzero exit code ~ notsatoshi.xyz</title>
<meta property="og:title" content="Xcode 13 Command PhaseScriptExecution failed with a nonzero exit code" />
<meta name="author" content="notsatoshi.xyz" />
<meta property="og:locale" content="en_US" />
<link rel="canonical" href="https://notsatoshi.xyz/command-phase-script-execution-failed.html" />
<meta property="og:url" content="https://notsatoshi.xyz/command-phase-script-execution-failed.html" />
<meta property="og:site_name" content="notsatoshi.xyz" />
<meta property="og:type" content="article" />
<meta property="article:published_time" content="2022-07-22T00:00:00+01:00" />
<link href="style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<main class="main-content">
<h1><a href="https://notsatoshi.xyz">notsatoshi.xyz</a></h1>
<h2>Xcode 13 Command PhaseScriptExecution failed with a nonzero exit code</h2>
<p>
If you get the <i>Xcode 13 Command PhaseScriptExecution failed with a nonzero exit code</i> error when you are building a React Native application
and you are using <i>nvm</i>try the following command:<br><br>
<i>nvm unalias default</i>
</p>
</main>
<footer>
<pre>
\
\ /\
( )
.( o ).
</pre>
</footer>
</body>
</html>