Alex TrasHertz
Alex TrasHertz

Reputation: 23

AudioKit playgrounds (Error : 'Module compiled with Swift 3.1 cannot be imported in Swift 3.0.2')

im using Xcode8 (version 8.2.1) and work properly with the framework 'AudioKit'(version 3.7.1), but, but! i can't open the file 'AudioKitPlaygrounds.xcodeproj' because the my swift version is '3.0.2' but the version of playground Project is swift'3.1'

Error

"Module compiled with Swift 3.1 cannot be imported in Swift 3.0.2: /Users/macbookpro/Documents/XCODE/AUDIOKIT/AudioKitPlaygrounds/AudioKitPlaygrounds/AudioKit.framework/Modules/AudioKit.swiftmodule/x86_64.swiftmodule"

i can change the swift version on my Xcode8 ??

Upvotes: 1

Views: 225

Answers (1)

Aurelius Prochazka
Aurelius Prochazka

Reputation: 4573

I believe you need Xcode8.3 to have Swift 3.1

Upvotes: 1

Related Questions