vanshg / MacAssistant

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

Fix Module compiled with Swift 4.1 cannot be imported by the Swift 4.2 #57

Closed mrdev023 closed 5 years ago

mrdev023 commented 5 years ago

I'm fix error after updated AudioKit 4.2 to 4.5 And also i turning off App Sandbox because it make crash of MacAssistant (On Dev).

App Sandbox Error:

2018-09-21 18:55:11.873356+0200 MacAssistant[27968:919630] [default] Unable to load Info.plist exceptions (eGPUOverrides)
2018-09-21 18:55:12.249998+0200 MacAssistant[27968:919553] [User Defaults] Couldn't read values in CFPrefsPlistSource<0x600002914d90> (Domain: com.apple.Accessibility, User: kCFPreferencesCurrentUser, ByHost: No, Container: kCFPreferencesNoContainer, Contents Need Refresh: Yes): accessing preferences outside an application's container requires user-preference-read or file-read-data sandbox access

AudioKit Bad Version Error:

Module compiled with Swift 4.1 cannot be imported by the Swift 4.2 compiler: /Users/florian/MacAssistant/Pods/AudioKit/macOS/AudioKit.framework/Modules/AudioKit.swiftmodule/x86_64.swiftmodule
vanshg commented 5 years ago

This has been fixed now. Thanks!