Skip to content

Commit

Permalink
Merge pull request #2132 from gertjanjansen/update-frameworks-readme
Browse files Browse the repository at this point in the history
Fix small error in frameworks documentation
  • Loading branch information
aure committed Jul 3, 2020
2 parents fddc10e + 9186542 commit 7160d4c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Frameworks/README.md
Expand Up @@ -26,7 +26,8 @@ This may be the preferred method if you need to debug or develop code in AudioKi
You may obtain the source code archive directly from [GitHub](https://github.com/AudioKit/AudioKit), or you may also clone the official repository.

* Drag and drop the `AudioKit For {platform}.xcodeproj` file to your project in Xcode. The file is located within the `AudioKit/{platform}` subdirectory in the repository, where `{platform}` is one of **iOS**, **macOS** or **tvOS**.
* In the **Build Phases** tab, add `AudioKit.framework` in **Target Dependencies** for your target. Also add `AudioKitUI.framework` as needed.
* You should be able to find `AudioKit.framework` and `AudioKitUI.framework` in the `AudioKit/{platform}/Products` folder. If this is not the case, build the frameworks by running `build_frameworks.sh`.
* In the **General** tab, add `AudioKit.framework` in **Frameworks, Libraries and Embedded Content** for your target. Also add `AudioKitUI.framework` as needed.
* Make sure to add `-lc++` to the **Other Linker Flags** setting in your target.
* For **Objective-C Projects**, In your target settings make sure that **Swift 3 @objc inference** is set to `on`.

Expand Down

0 comments on commit 7160d4c

Please sign in to comment.