vanshg / MacAssistant

Google Assistant for macOS!
MIT License
1.62k stars 132 forks source link

Build fail with Xcode 11.3 (11C29) #82

Open hb2708 opened 4 years ago

hb2708 commented 4 years ago

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

scherii commented 4 years ago

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

See https://github.com/AudioKit/AudioKit/issues/1860.

hb2708 commented 4 years ago

@scherii thanks for taking time to check on the issue and providing solution. I already have a fix in the pr https://github.com/vanshg/MacAssistant/pull/83

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

vanshg commented 4 years ago

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

scherii commented 4 years ago

@hb2708 Thanks, I've seen your PR only after my quick'n'dirty answer. 😄