AudioKit / AUv3-Example-App

Full App: iOS Standalone and AUv3 Plugin Example. Work in Progress.
MIT License
260 stars 45 forks source link

Can't compile, Xcode12.1, Catalina #1

Closed olilarkin closed 3 years ago

olilarkin commented 3 years ago

Hey audio kit team,

I tried to compile this following instructions on my Catalina machine with Xcode 12.1, but it fails. I clone, pod install, and update the signing. When I try to build for simulator or device it fails hard!

Any ideas?

image

analogcode commented 3 years ago

Instead of Pods, AudioKit will have to be added manually. Currently an issue w/ PODS. We will be updating the code. Thanks for your patience @olilarkin we really appreciate you diving in. –– Matt, @eljeff, @aure

olilarkin commented 3 years ago

I've got it compiling by manually copying in AudioKit and Disk, but it crashes on my iPad after the splash with something about DLYD. Doesn't crash on the simulator but no sound

analogcode commented 3 years ago

@olilarkin thanks for letting us know

analogcode commented 3 years ago

This should hopefully be fixed in the latest master w/ AudioKit included?

aure commented 3 years ago

Let us know if its not fixed