KDIntroView
KDIntroView copied to clipboard
Support iOS 8?
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?
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
[!] CocoaPods could not find compatible versions for pod "KDIntroView": In Podfile: KDIntroView (from
https://github.com/likedan/KDIntroView
) Specs satisfying theKDIntroView (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.
🤔 Maybe its because this line s.platform = :ios, '10.0'
in KDIntroView.podspec
?
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.