Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minimum deployment target #40

Closed
wolfey opened this issue May 24, 2017 · 2 comments
Closed

Minimum deployment target #40

wolfey opened this issue May 24, 2017 · 2 comments

Comments

@wolfey
Copy link

wolfey commented May 24, 2017

What is the minimum ios version supported? I cloned the repo and was able to build for ios 8. However, when I try to import it into my project (with ios target 8.0), I get the following error:

[!] Unable to satisfy the following requirements:

- `SwipeCellKit` required by `Podfile`

Specs satisfying the `SwipeCellKit` dependency were found, but they required a higher minimum deployment target.
@kazzar
Copy link

kazzar commented May 24, 2017

same issue here, the requirements are clear:

iOS 9.0+

but i changed in my pod file:
platform :ios, '9.0' to platform :ios, '10.0' and now it works

@kurabi
Copy link
Member

kurabi commented Jun 3, 2017

Fixed. Will be part of upcoming tag.

@kurabi kurabi closed this as completed Jun 3, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants