MacAssistant icon indicating copy to clipboard operation
MacAssistant copied to clipboard

Build fail with Xcode 11.3 (11C29)

Open hb2708 opened this issue 6 years ago • 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

hb2708 avatar Jan 16 '20 13:01 hb2708

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.

scherii avatar Feb 10 '20 09:02 scherii

@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.

hb2708 avatar Feb 14 '20 00:02 hb2708

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

vanshg avatar Feb 14 '20 03:02 vanshg

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

scherii avatar Feb 15 '20 07:02 scherii