Commit 6d46ddf5 authored by David Reid's avatar David Reid

Update build instructions for iOS.

parent 7e239077
...@@ -491,9 +491,10 @@ notarization process. To fix this there are two options. The first is to use the ...@@ -491,9 +491,10 @@ notarization process. To fix this there are two options. The first is to use the
#include "miniaudio.h" #include "miniaudio.h"
``` ```
This will require linking with `-framework CoreFoundation -framework CoreAudio -framework AudioUnit`. This will require linking with `-framework CoreFoundation -framework CoreAudio -framework AudioToolbox`.
Alternatively, if you would rather keep using runtime linking you can add the following to your If you get errors about AudioToolbox, try with `-framework AudioUnit` instead. You may get this when
entitlements.xcent file: using older versions of iOS. Alternatively, if you would rather keep using runtime linking you can
add the following to your entitlements.xcent file:
``` ```
<key>com.apple.security.cs.allow-dyld-environment-variables</key> <key>com.apple.security.cs.allow-dyld-environment-variables</key>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment