-
Notifications
You must be signed in to change notification settings - Fork 20
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
pod install Error #10
Comments
I don't see a problem on my installation: With this podfile
/usr/bin/pod update Update all pods CocoaPods 0.37.0.beta.1 is available. For more information see http://blog.cocoapods.org Downloading dependencies
|
|
@dirkfabisch , your podfile (above) looks different than what is currently available at master in GitHub. |
It could be, because I had some issues with the Swift 1.2 migration. I will double check this. |
I'm having this same issue. Any updates? Which branch should we be using when running Xcode 6.3? |
Added a pull request (#12) that fixes the issue by increasing the version requirements of the pod depencies to Swift 1.2 compatible versions. |
After cloning the project and running pod install, I got the following error.
[!] A dependency with an external source may not specify version requirements (QueryKit/Swift).
would the following work ok? it seemed to calm the error message.
pod 'QueryKit/Swift', :git => 'https://github.com/QueryKit/QueryKit'
The text was updated successfully, but these errors were encountered: