jdg / MBProgressHUD

MBProgressHUD + Customizations
http://www.bukovinski.com/
MIT License
16.01k stars 3.56k forks source link

Version conflict between MBProgressHUD and MWPhotoBrowser #472

Closed SuAdrenine closed 6 years ago

SuAdrenine commented 7 years ago

When I do this:

pod 'MBProgressHUD', '~> 1.0.0'
pod 'MWPhotoBrowser'

and pod give an error:

[!] Unable to satisfy the following requirements:

- `MBProgressHUD (~> 1.0.0)` required by `Podfile`
- `MBProgressHUD (~> 0.9)` required by `MWPhotoBrowser (2.1.2)`

but if I change the version of MWPhotoBrowser to 1.2.1,It works ,so, who can tell me whose fault it is? MBProgressHUD or MWPhotoBrowser? If I want to use the latest version of MBProgressHUD and MWPhotoBrowser , what should I do?

matej commented 7 years ago

MBProgressHUD is a dependency here there's nothing we can do about it here. You might want to update MBProgressHUD in MWPhotoBrowser.