How to install AudioKit/AudioKit. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.
AudioKit/AudioKit Installation Guide
How to install AudioKit/AudioKit. Official project installation instructions and setup guide.
⚡
Automated Install (Recommended)
Quick installation instructions for AudioKit/AudioKit. This is the fastest way to complete project installation and setup.
Install via curl
curl -fsSL https://hexmos.com/ipm-install | bash &&
ipm i AudioKit/AudioKitor
Install via npx
npx @hexmos/ipm i AudioKit/AudioKitPrerequisites
Xcode
system_toolVersion: 13.0.1
Swift Package Manager
package_managerVersion: 2.0.0
CocoaPods
package_managerVersion: 1.12.0
Manual Installation Methods
Manual installation instructions. How to install from GitHub source.
Using Xcode Package Manager
Select File -> Add Packages... in Xcode.
+ icon on the bottom left of the Collections sidebar on the left.
Enter https://swiftpackageindex.com/AudioKit/collection.json as the URL and click the 'Load' button.
Click 'Add Unsigned Collection'Using Xcode Package Manager
Select File -> Add Packages... in Xcode.
+ icon on the bottom left of the Collections sidebar on the left.
Enter https://swiftpackageindex.com/AudioKit/collection.json as the URL and click the 'Load' button.
Click 'Add Unsigned Collection'Using Xcode Package Manager
Select File -> Add Packages... in Xcode.
+ icon on the bottom left of the Collections sidebar on the left.
Enter https://swiftpackageindex.com/AudioKit/collection.json as the URL and click the 'Load' button.
Click 'Add Unsigned Collection'Post Installation Steps
- Open Xcode and select the AudioKit project.
- Run the project by clicking the play button in Xcode.
