I'm using AudioKit 4.3 in XCode 10 but I'm running into this problem while building
Asked
Active
Viewed 1,421 times
2 Answers
4
AudioKit doesn't officially support beta software, especially for pre-built binaries, so if you want to use Xcode 10, download the AudioKit source and build it yourself from the Frameworks/ folder run ./build_frameworks.sh

Aurelius Prochazka
- 4,510
- 2
- 11
- 34
0
You need to re-run pod install
or update your library if it is available. And then clean your project shift + command + k
until you cannot see error and then you build it.
If you use Carthage just run this command carthage update --platform iOS

seyha
- 554
- 5
- 16