We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
[!] 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.
PopupWindow
Which version should I use?
The text was updated successfully, but these errors were encountered:
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'
Sorry, something went wrong.
Ok! Thank you!
No branches or pull requests
When performing pod install the error appears:
Which version should I use?
The text was updated successfully, but these errors were encountered: