teodorpatras / Jukebox

Player for streaming local and remote audio files. Written in Swift.
MIT License
551 stars 122 forks source link

Swift 3 Compatibility #34

Closed ZiadAli closed 8 years ago

ZiadAli commented 8 years ago

Does the current version of Jukebox work with Swift 3? I know the commits say that it does, but I keep getting the “Use Legacy Swift Language Version” (SWIFT_VERSION) error whenever I try to compile. Any ideas?

mattwritescode commented 8 years ago

I had the same issue, but I've also had that happen with every code repository and library I've added to my projects this month. I think this is XCode being the IDE equivalent of a helicopter parent. Just let XCode do it's nonsense "Swift 3" conversion. It doesn't change anything of note. ;-)

teodorpatras commented 8 years ago

I just tested with a Podfile of only pod 'Jukebox' and it works. Check the Readme file for how to integrate it.