Skip to content

Commit 1dff928

Browse files
committed
added correction to iOS chanper thanks to tarmo johannes
1 parent bac4b09 commit 1dff928

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

book/12-d-csound-in-ios.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,10 @@ should select _Groups_ rather than _Folder References_, and it is
5656
recommended that you elect to copy the csound-iOS folder into your
5757
project folder ("Copy Items if Needed").
5858

59+
You need to add Accelerate framework to your project to make it build. In your Xcode project settings select "General", scroll down to Frameworks, Libraries and Embedded Content" and add Accelerate.framework with default option "Do Not Embed".
60+
61+
![](../resources/images/12-d-xcode.png)
62+
5963
Once you have successfully added this folder, including the CsoundObj
6064
class (the class that manages Csound on iOS) is as simple as adding an
6165
import statement to the class. For example:

resources/images/12-d-xcode.png

38 KB
Loading

0 commit comments

Comments
 (0)