Skip to content

Commit c80fb70

Browse files
committed
add note about iCloud folder error
1 parent ec32c6d commit c80fb70

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Errata.markdown

+8
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,11 @@ You may get the following error message from Xcode:
3535
![](Images/BuildOnlyDeviceError.png)
3636
3737
This happens when the run destination at the top of the Xcode window is set to **Any Mac**. When Any Mac is selected, Xcode only lets you build the project but not run it. To fix this, click on Any Mac and change this setting to **My Mac**.
38+
39+
## Xcode error: Command PhaseScriptExecution failed with a nonzero exit code
40+
41+
Xcode may give the error "Command PhaseScriptExecution failed with a nonzero exit code" with an additional message saying, "resource fork, Finder information, or similar detritus not allowed".
42+
43+
This happens when the project folder is placed in the iCloud directory. Apparently the iCloud folder has extra files in it that break the building process.
44+
45+
Try moving the folder to the Desktop. Then delete the **Builds** folder and export again from Projucer. Now it should build without issues.

0 commit comments

Comments
 (0)