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 compiled with Swift 4.0 cannot be imported in Swift 4.0.2 #9

Open aloveric opened 6 years ago

aloveric commented 6 years ago

/Users/xxx/Documents/Xcode Source/Audio/TestPlayer/Pods/PandoraPlayer/Player/Classes/Controllers/PandoraPlayer.swift:10:8: Module compiled with Swift 4.0 cannot be imported in Swift 4.0.2: /Users/xxx/Documents/Xcode Source/Audio/TestPlayer/Pods/AudioKit/iOS/AudioKit.framework/Modules/AudioKit.swiftmodule/arm64.swiftmodule

brandy2015 commented 6 years ago

face the same problem

karthickkck315 commented 6 years ago

face the same problem. Please try to solve it.

brandy2015 commented 6 years ago

Can we get the demo? It's perfect.

brandy2015 commented 6 years ago

2017-12-14 11 57 36 This time for 4.0.3.

tsomaev commented 6 years ago

@brandy2015 @aloveric , i solved this problem simply by updating pods in project

brandy2015 commented 6 years ago

How to select the version? @Tawfikk

tsomaev commented 6 years ago

@brandy2015 I just updated, do not choose

gopal1807 commented 6 years ago

having same issue please resolve it

Tsymlov commented 6 years ago

having same issue please resolve it

Jinxiansen commented 6 years ago

having same issue please resolve it !

mamadfrhi commented 6 years ago

having same issue please resolve it !

mamadfrhi commented 6 years ago

@brandy2015 @Tawfikk Did you resolve your problem ???

tsomaev commented 6 years ago

@brandy2015 just update pod.

brandy2015 commented 6 years ago

https://github.com/brandy2015/testPandoraPlayer

Try this git ,I figured it out,and built a New Demo for PandoraPlayer

aloveric commented 6 years ago

@brandy2015 Thanks

dynamikapps commented 6 years ago

Trying to use this framework but getting the error mentioned above. Removed both pods and reinstalled AudioKit pod first to v4.3 and attempted to install reinstall pandora player but seeing this error now in terminal.

[!] CocoaPods could not find compatible versions for pod "AudioKit": In Podfile: AudioKit (~> 4.2)

PandoraPlayer was resolved to 1.0, which depends on
  AudioKit (= 3.7)
Dibyaa commented 4 years ago

Did anybody solve this issue? @brandy2015 and @Tawfikk Pod update and testPandoraPlayer is not helping.