KDIntroView icon indicating copy to clipboard operation
KDIntroView copied to clipboard

Support iOS 8?

Open eric-samurai opened this issue 6 years ago • 4 comments

Hi, I saw the Doc says this lib supports iOS 8, but the podspec shows the project only supports iOS 10,which one is right?

eric-samurai avatar Jun 17 '18 13:06 eric-samurai

Hello @dsmo I just download the project and work perfectly on iOS 8, if you tried and get problems please close this issue and open a new one with more information to help you.

see you

EfrenPerez94 avatar Jul 09 '18 04:07 EfrenPerez94

[!] CocoaPods could not find compatible versions for pod "KDIntroView": In Podfile: KDIntroView (from https://github.com/likedan/KDIntroView) Specs satisfying the KDIntroView (from https://github.com/likedan/KDIntroView) dependency were found, but they required a higher minimum deployment target.

Hi @EfrenPerez94, I tried to pod update the example project, and Cocoapods complained aboud the mininum deployment target, my cocoapods version is 1.5.3.

eric-samurai avatar Jul 09 '18 04:07 eric-samurai

🤔 Maybe its because this line s.platform = :ios, '10.0' in KDIntroView.podspec ?

eric-samurai avatar Jul 09 '18 04:07 eric-samurai

I just checking again and the there is another KDIntroView,podspec.json that says that the platform is 8.0, anyway, it seem that you need to use 10.0, try changing the deployment target on your Xcode project configuration.

EfrenPerez94 avatar Jul 09 '18 15:07 EfrenPerez94