Getting this error while import AudioKit
in my new project in XCODE 11 latest version.
How to solve this issue?
Getting this error while import AudioKit
in my new project in XCODE 11 latest version.
How to solve this issue?
Unless you need Swift 5.1 or something specific to Xcode 11, I'd recommend staying on Xcode 10.x and moving over device support files so you can debug on iOS 13 devices.
https://github.com/filsv/iPhoneOSDeviceSupport
Or, if you've already downloaded Xcode 11.x, just move everything you want from
/Applications/{XCODE11}.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport/
to
/Applications/{XCODE10}.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport/
This is probably better advice for someone like me stuck using a closed source module built in Swift 5.0, but you're the first SO result on Google for this error message.