2

I'm using AudioKit 4.3 in XCode 10 but I'm running into this problem while building

enter image description here

0

2 Answers 2

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

Sign up to request clarification or add additional context in comments.

Comments

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

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.