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

Swift 2.0 branch not found #399

Closed
axmav opened this issue Sep 20, 2015 · 1 comment
Closed

Swift 2.0 branch not found #399

axmav opened this issue Sep 20, 2015 · 1 comment

Comments

@axmav
Copy link

axmav commented Sep 20, 2015

Hello.

I try to install with cocoapods on my swift 2.0 ios app.
pod 'Charts', :git => 'https://github.com/danielgindi/ios-charts.git', :branch => 'swift-2.0'

It gives an error:

Analyzing dependencies
Pre-downloading: `Charts` from `https://github.com/danielgindi/ios-charts.git`, branch `swift-2.0`

[!] Error installing Charts
[!] /usr/bin/git clone https://github.com/danielgindi/ios-charts.git /var/folders/79/yg8j5fr1489c7nnjvjbw_jzc0000gn/T/d20150920-10002-y5rvpb --single-branch --depth 1 --branch swift-2.0

Cloning into '/var/folders/79/yg8j5fr1489c7nnjvjbw_jzc0000gn/T/d20150920-10002-y5rvpb'...
warning: Could not find remote branch swift-2.0 to clone.
fatal: Remote branch swift-2.0 not found in upstream origin
@danielgindi
Copy link
Collaborator

The swift-2.0 is merged into main, since the current Xcode version is 7. You should download the final version of Xcode from the AppStore, and switch to the master branch.
NOTE: There's no version release yet, so if using CocoaPods you'll need to sync to latest commit, not latest version.

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