ApplikeySolutions / PandoraPlayer

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

Module compiled with Swift 4.0.2 cannot be imported in Swift 4.1 #18

Open Tsymlov opened 6 years ago

Tsymlov commented 6 years ago

2018-04-03_11-24-36

ecdfeaa2 commented 6 years ago

You have to change the Command Line Tools to your current Xcode version in Xcode settings, and recompile framework if necessary.

mamadfrhi commented 6 years ago

@RemyDCF Please explain more.

ecdfeaa2 commented 6 years ago

This error mean you're trying to compile a project with a version of Xcode, and the framework was compiled with another version of Xcode. So you have to change the Command Line Tools version in Xcode Settings (Locations Tab) to the current Xcode version, compile the framework again, and it should work.

mamadfrhi commented 6 years ago

I did but it still doesn't work.

screen shot 2018-07-19 at 10 18 04 pm

@RemyDCF

ecdfeaa2 commented 6 years ago

Did you do a pod update ?

mamadfrhi commented 6 years ago

Exactly did. @RemyDCF

ecdfeaa2 commented 6 years ago

Ok, so I don't know. Sorry.

mamadfrhi commented 6 years ago
screen shot 2018-07-19 at 10 29 31 pm

@RemyDCF

mamadfrhi commented 6 years ago

@Tsymlov would you please help in this bad situation ?

Felix-Izarra-Bose commented 5 years ago

@mamadfrhi did you solved this?

mamadfrhi commented 5 years ago

@Felix-Izarra-Bose Not Yet... :(

Felix-Izarra-Bose commented 5 years ago

@mamadfrhi do you know another project with a simple media implementation in swift? preferably recently updated