ApplikeySolutions / PandoraPlayer

🅿️ PandoraPlayer is a lightweight music player for iOS, based on AudioKit and completely written in Swift.
https://applikeysolutions.com/
MIT License
1.18k stars 175 forks source link

Module compile error #30

Open alperencesur opened 4 years ago

alperencesur commented 4 years ago

Module compiled with Swift 4.0.2 cannot be imported by the Swift 5.1.3 compiler. Is there any solution?

mikolajkudumov commented 4 years ago

me too. what is the resolve?

mikolajkudumov commented 4 years ago

@alperencesur did u find resolve?

ucelme commented 4 years ago

I also came to this issue. Does somebody find the resolve?

simongiesen commented 3 years ago

First of all Delete AudioKit manually and ensure that all files has been erased from your storage.

To add AudioKit to your Xcode project, select File -> Swift Packages -> Add Package Depedancy. Enter https://github.com/AudioKit/AudioKit for the URL. Check the use branch option and enter v5-main or v5-develop.

Installing AudioKit via Cocoapods was supported through AudioKit 4, and will be reintroduced when AudioKit 5 is officially released.

Clean Build Folder and Compile ...