RockerHX

Results 15 comments of RockerHX

@nuomi1 Yes, I know. Late 2013 and Mid 2014 has same hardware configuration, so you can get screen size to know the specific equipment. Do you want distinguish "MacBookPro11,1", "MacBookPro11,2"...

@shmiftari I can't run success, xcode show error like: ``` Swift Compiler Error /PandoraPlayer/Pods/PandoraPlayer/Player/Classes/Controllers/PandoraPlayer.swift:10:8: Module compiled with Swift 4.0.2 cannot be imported in Swift 4.1.2: /PandoraPlayer/Pods/AudioKit/iOS/AudioKit.framework/Modules/AudioKit.swiftmodule/x86_64.swiftmodule ``` I guess is...

@shmiftari I know, I guess you should add play list. And how to fixed(Module compiled with Swift 4.0.2 cannot be imported in Swift 4.1.2) ?

I don't see your screenshot in Xcode->Preferences-Components. This is mine. ![image](https://user-images.githubusercontent.com/5380764/42501698-db63105e-8466-11e8-8bc6-30d569930a7a.png)

@shmiftari Perfect, build success. Run crash, code: ``` let playerVC = PandoraPlayer.configure(withAVItems: [AVPlayerItem]()) navigationController?.present(playerVC, animated: true, completion: nil) ``` But what the fuck: ``` dyld: Library not loaded: @rpath/libswiftAVFoundation.dylib Referenced...

@shmiftari No, I guess use swift 4.0.3 is't package libswiftAVFoundation.dylib to ipa...

@shmiftari success!!! ![image](https://user-images.githubusercontent.com/5380764/42520928-1c1115d2-849a-11e8-8f5c-146414ad838a.png) Demo: [PandoraPlayerDemo.zip](https://github.com/ApplikeySolutions/PandoraPlayer/files/2181064/PandoraPlayerDemo.zip)

@shmiftari Xcode Version 9.4.1 (9F2000): Swift 4.1.2

@shmiftari 😊