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

pod install Error #10

Open
someoneAnyone opened this issue Apr 20, 2015 · 6 comments
Open

pod install Error #10

someoneAnyone opened this issue Apr 20, 2015 · 6 comments

Comments

@someoneAnyone
Copy link

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'

@dirkfabisch
Copy link
Owner

I don't see a problem on my installation:

With this podfile

platform :ios, '8.0'

link_with 'Dxtr', 'DxtrTests'

use_frameworks!

pod 'QueryKit/Swift', '>= 0.9.2'
pod 'Alamofire', '~> 1.1'
pod 'CryptoSwift', '~> 0.0'

use_frameworks!

/usr/bin/pod update

Update all pods
Analyzing dependencies

CocoaPods 0.37.0.beta.1 is available.
To update use: gem install cocoapods --pre
[!] This is a test version we'd love you to try.

For more information see http://blog.cocoapods.org
and the CHANGELOG for this version http://git.io/BaH8pQ.

Downloading dependencies
Using Alamofire (1.2.0)
Installing CryptoSwift 0.0.10 (was 0.0.9)
Using QueryKit (0.9.2)
Generating Pods project
Integrating client project
- Use the $(inherited) flag, or
- Remove the build settings from the target.

@rickfriele
Copy link
Collaborator

pod install failing for me too which the latest version of Cocoapods

@someoneAnyone
Copy link
Author

@dirkfabisch , your podfile (above) looks different than what is currently available at master in GitHub.

Dxtr/Podfile

@dirkfabisch
Copy link
Owner

It could be, because I had some issues with the Swift 1.2 migration. I will double check this.

@ps2
Copy link

ps2 commented May 25, 2015

I'm having this same issue. Any updates? Which branch should we be using when running Xcode 6.3?

@ps2
Copy link

ps2 commented May 25, 2015

Added a pull request (#12) that fixes the issue by increasing the version requirements of the pod depencies to Swift 1.2 compatible versions.

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

4 participants