Cocoapods解决版本冲突

时间:2016-01-25 19:53:05

标签: ios swift cocoapods

我正在使用较新版本的PureLayout库,而pod需要较旧版本。

[!] Unable to satisfy the following requirements:

- `PureLayout (~> 3.0)` required by `Podfile`
- `PureLayout (= 3.0.1)` required by `Podfile.lock`
- `PureLayout (~> 2.0.6)` required by `FPPicker (5.1.0)`

有没有办法将FPPicker的依赖项与项目其余项的依赖项分开?

1 个答案:

答案 0 :(得分:1)

如果玩Podfile并不起作用,那么你必须分离你的依赖项。我不推荐这种方式,只有你必须这样做。您可以下载所需的依赖项&将其手动安装到您的项目中。通过拖动和放弃项目&链接库