AudioKit / Playgrounds

The AudioKit Playground Book for iPad Playgrounds and Xcode Playgrounds
http://audiokit.io
193 stars 37 forks source link

Can't build Playgrounds in Xcode 11.5 with Swift 5.2.4 #14

Closed agawley closed 4 years ago

agawley commented 4 years ago

I get the following error:

Module compiled with Swift 5.0 cannot be imported by the Swift 5.2.4 compiler: /Users/alexgawley/Documents/code/iOS/AudioKit/Playgrounds/Xcode/Pods/AudioKit/macOS/AudioKitUI.framework/Modules/AudioKitUI.swiftmodule/x86_64.swiftmodule

megastep commented 4 years ago

The project podfile was still using an old version, I've updated it to use the current one (5.10). See if it helps.

agawley commented 4 years ago

Works. Thanks!