我想使用cocoapods为我的Xcode项目安装带有ImageRow的Eureka。
我在
后使用Swift4 pod 'Eureka', '~> 3.0’
pod 'ImageRow', '~> 2.0'
我得到的项目由于错误而无法编译。
我找到了使用
仅为swift 4安装Eureka的方法pod 'Eureka', :git => 'https://github.com/xmartlabs/Eureka.git', :commit => 'a238bbd'
但是在这种情况下我无法安装ImageRow,因为它说
- `Eureka (from `https://github.com/xmartlabs/Eureka.git`, commit `a238bbd`)` required by `Podfile`
- `Eureka (= 3.0)` required by `ImageRow (2.0.0)`
P.S。 现在,随着Swift 4最终与Xcode 9一起发布,我很困惑,因为Eureka这么受欢迎的库无法轻松安装