- Xcode 26.5 (or later)
- iOS 15.5 (or later)
Please make sure you have the following tools installed with brew:
brew install swiftlint
The project depends on the Voice SDK, which is distributed as a Swift Package:
The package is already declared in SampleApp.xcodeproj, so Xcode resolves and downloads it automatically on first build — no manual framework download required.
- Open SampleApp.xcodeproj in Xcode
- Wait for Xcode to resolve Swift Package dependencies
- Build & Run
Note: SampleApp.xcodeproj is configured with xcconfig files:
SampleApp/Configurations/
The SampleApp project integrates the SDK via WavecellClient object.