我对CocoaPods全新,我正在使用this教程将this项目集成到我的ios项目中。这就是我的xcode中的Podfile看起来像
pod 'BPODial', '~> 0.0.1'
现在当我尝试安装它时,我得到以下
Admin:Test Proj$ pod install
Analyzing dependencies
[!] The platform of the target `Pods` (iOS 8.2) is not compatible with `BPODial (0.0.1)` which has a minimum requirement of OS X 10.8.
我使用的是xcode 6.2版,我不确定这个错误是什么意思?我有办法解决这个问题吗?
答案 0 :(得分:0)
您的问题是您尝试使用的pod适用于OSX,而非iOS。因此它不适用于移动应用程序。
以防万一你感兴趣,这是一个如何在iOS中制作旋钮的教程。 http://www.raywenderlich.com/56885/custom-control-for-ios-tutorial-a-reusable-knob