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

Specs satisfying the Planet dependency were found, but they required a higher minimum deployment target. #4

Closed
LouisBorlee opened this issue Sep 22, 2016 · 5 comments

Comments

@LouisBorlee
Copy link

LouisBorlee commented Sep 22, 2016

Hi,

I got this error during pod install with pod Planet

Specs satisfying the Planet dependency were found, but they required a higher minimum deployment target.

I'm building for iOS 9 but can only make it work when I set platform to iOS 10
platform :ios, '10.0'

Thank you

@kmikael
Copy link
Collaborator

kmikael commented Oct 13, 2016

This might be because the released version is written in Swift 2. I will release a new version to CocoaPods that is written in Swift 3 soon.

@kmikael
Copy link
Collaborator

kmikael commented Nov 14, 2016

Hi, I released Version 0.2.0 that only supports Swift 3.0, which should solve this issue. Feel free to reopen this issue if anything doesn't work for you.

@kmikael kmikael closed this as completed Nov 14, 2016
@LouisBorlee
Copy link
Author

Hi, I still have this issue on 0.2.0

Specs satisfying the Planet, Planet (= 0.2.0) dependency were found, but they required a higher minimum deployment target.

@kmikael
Copy link
Collaborator

kmikael commented Nov 16, 2016

I'm sorry, this was totally my fault. This time I thoroughly tested it personally on iOS 9 as well as iOS 10! Would you be so kind and try again with your iOS 9 setup and version 0.2.1.

@LouisBorlee
Copy link
Author

Works fine now, thank you!

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

2 participants