我使用的是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
的依赖项与项目其余部分的依赖项分开? 最佳答案
如果无法使用Podfile,则您必须分离依赖项。我不建议您仅在需要时才这样做。您可以下载所需的依赖项,并将其手动安装到项目中。通过拖放项目并链接库
关于ios - Cocoapods解决版本冲突,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/35001111/