vanshg/MacAssistant

Build fail with Xcode 11.3 (11C29)

hb2708 opened this issue ยท 4 comments

When open the Repo in Xcode 11.3 Get the following error

Module compiled with Swift 5.0.1 cannot be imported by the Swift 5.1.3 compiler: ~/MacAssistant-master/Pods/AudioKit/macOS/AudioKit.framework/Modules/AudioKit.swiftmodule/x86_64.swiftmodule

image

Replace Pods/AudioKit/macOS/AudioKit.framework and Pods/AudioKit/macOS/AudioKitUI.framework with the files from AudioKit-macOS-4.9.3.zip.

See AudioKit/AudioKit#1860.

@scherii thanks for taking time to check on the issue and providing solution.
I already have a fix in the pr
#83

Waiting for @vanshg to get some time and take a look at this.

I actually have made some updates as of last month. I need to push them still. It involves switching to Swift Package Manager and moving away from the xcworkspace format, which should allow compilation. I'll get that pushed soon

@hb2708 Thanks, I've seen your PR only after my quick'n'dirty answer. ๐Ÿ˜„