Skip to content

Commit db97284

Browse files
committedJun 22, 2024
add hint about Xcode build error
1 parent feec8a3 commit db97284

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed
 

Diff for: ‎Errata.markdown

+7-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,10 @@
22

33
This is a list of known mistakes and bugs in the book *The Complete Beginner's Guide to Audio Plug-in Development* and/or the accompanying source code.
44

5-
(No issues reported yet. Phew!)
5+
## Xcode error: A build only device cannot be used to run this target
6+
7+
You may get the following error message from Xcode:
8+
9+
![](Images/BuildOnlyDeviceError.png)
10+
11+
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**.

Diff for: ‎Images/BuildOnlyDeviceError.png

18.7 KB
Loading

0 commit comments

Comments
 (0)
Please sign in to comment.