RockerHX
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"...
@nuomi1 Bingo.
@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. 
@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!!!  Demo: [PandoraPlayerDemo.zip](https://github.com/ApplikeySolutions/PandoraPlayer/files/2181064/PandoraPlayerDemo.zip)
@shmiftari Xcode Version 9.4.1 (9F2000): Swift 4.1.2
@shmiftari 😊