I like to use it and by that I've imported PandoraPlayer by two methods that are exist : 1- Pods 2-Carthage
but when I import Pandora player by Pod method I'll got this error about version of swift : Module compiled with Swift 4.0.2 cannot be imported in Swift 4.1.2
And when I import project by Carthage and try to build it it says : No such module 'AudioKitUI'
I've already searched about my problem and I've known that by updating pod I'll get rid of the errors but it doesn't worked for me.
PLease Help