Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build fail with Xcode 11.3 (11C29) #82

Open
hb2708 opened this issue Jan 16, 2020 · 4 comments · May be fixed by #83
Open

Build fail with Xcode 11.3 (11C29) #82

hb2708 opened this issue Jan 16, 2020 · 4 comments · May be fixed by #83

Comments

@hb2708
Copy link

hb2708 commented Jan 16, 2020

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 hb2708 linked a pull request Jan 16, 2020 that will close this issue
@scherii
Copy link

scherii commented Feb 10, 2020

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.

@hb2708
Copy link
Author

hb2708 commented Feb 14, 2020

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

@vanshg
Copy link
Owner

vanshg commented Feb 14, 2020

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
Copy link

scherii commented Feb 15, 2020

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants