m1entus / MZFormSheetPresentationController

MZFormSheetPresentationController provides an alternative to the native iOS UIModalPresentationFormSheet, adding support for iPhone and additional opportunities to setup UIPresentationController size and feel form sheet.
MIT License
973 stars 146 forks source link

Cocoapods install fails #40

Closed siburb closed 8 years ago

siburb commented 8 years ago

It looks like the updated podspec file is not tagged for the latest version.

Not sure if that is the only problem, but we get the following every time we try to install this pod:

[!] Unable to satisfy the following requirements:

- `MZFormSheetPresentationController (~> 2.1.3)` required by `Podfile`
m1entus commented 8 years ago

Not sure where the problem is, but i was also getting this error for many different pods... Try pod update MZFormSheetPresentationController.

siburb commented 8 years ago

Because it hasn’t been installed previously (I’ve used MZFormSheetController up until now), I get this:

[!] The `MZFormSheetPresentationController` Pod is not installed and cannot be updated.

Apart from that, no matter whether I use pod install or pod update, I still get the same “Unable to satisfy the following requirements” message.

I’m not getting this for any other pods, and this project has about 40 of them listed in the podfile!

On Tue, Nov 24, 2015 at 3:14 PM, Michał Zaborowski notifications@github.com wrote:

Not sure where the problem is, but i was also getting this error for many different pods... Try pod update MZFormSheetPresentationController.

Reply to this email directly or view it on GitHub: https://github.com/m1entus/MZFormSheetPresentationController/issues/40#issuecomment-159179646

m1entus commented 8 years ago

MZFormSheetPresentationController is requirement iOS 8 and above, check your deploment target maybe?

siburb commented 8 years ago

That's exactly it Michal - thanks for your help and sorry to waste your time!

I'm very much hoping to stop supporting iOS7 with this project very soon!

m1entus commented 8 years ago

Cool, no problem :)