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

Can't use with Cocoapods #12

Open
haroldogtf opened this issue Mar 29, 2018 · 2 comments
Open

Can't use with Cocoapods #12

haroldogtf opened this issue Mar 29, 2018 · 2 comments

Comments

@haroldogtf
Copy link

When performing pod install the error appears:

[!] CocoaPods could not find compatible versions for pod "PopupWindow":
In Podfile:
PopupWindow

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

Which version should I use?

@dchatry
Copy link

dchatry commented Apr 3, 2018

Is your project deployment target for iOS 10 or above?
Looks like this pod doesn't have support for iOS 9 and below.

Had a somewhat related issue, when using:

pod 'PopupWindow'

the pod version would be locked at 0.1.0, if you need the last version (0.2.6) you need to use:

pod 'PopupWindow', :git => 'https://github.com/shin8484/PopupWindow.git'

@haroldogtf
Copy link
Author

Ok! 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