Ios – Xcode 11.2.1 Error – Module compiled with Swift 5.1 cannot be imported by the Swift 5.1.2 compiler

audiokitiosswiftxcode

After updating to Xcode 11.2.1, I cannot import AudioKit without getting this error:
"Module compiled with Swift 5.1 cannot be imported by the Swift 5.1.2 compiler".
I've said yes to "Build libraries for distribution" but still getting the same error. Is there a way of fixing this error? Thanks!

Best Answer

To fix this problem properly you have to wait for AudioKit to bring out an updated version which only took a few days.

Related Topic