You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not sure what the issue is here, but the Typhoon pod will not install for my Xcode project. I'm on Yosemite 10.10 and running the latest Xcode 6.1 release.
The error I get is:
$ pod install
Analyzing dependencies
CocoaPods 0.35.0.rc2 is available.
To update use: gem install cocoapods --pre
[!] This is a test version we'd love you to try.
-v, --verbose be more verbose
-q, --quiet be more quiet
--progress force progress reporting
-n, --no-checkout don't create a checkout
--bare create a bare repository
--mirror create a mirror repository (implies bare)
-l, --local to clone from a local repository
--no-hardlinks don't use local hardlinks, always copy
-s, --shared setup as shared repository
--recursive initialize submodules in the clone
--recurse-submodules initialize submodules in the clone
--template <template-directory>
directory from which templates will be used
--reference <repo> reference repository
-o, --origin <name> use <name> instead of 'origin' to track upstream
-b, --branch <branch>
checkout <branch> instead of the remote's HEAD
-u, --upload-pack <path>
path to git-upload-pack on the remote
--depth <depth> create a shallow clone of that depth
--separate-git-dir <gitdir>
separate git dir from working tree
-c, --config <key=value>
set config inside the new repository
Try installing an updated version of git. This somehow broke in some version of CocoaPods. The single-branch command is only available in Git 2+ and Mac OS X ships with 1.8 or something.
I'm not sure what the issue is here, but the Typhoon pod will not install for my Xcode project. I'm on Yosemite 10.10 and running the latest Xcode 6.1 release.
The error I get is:
$ pod install
Analyzing dependencies
CocoaPods 0.35.0.rc2 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
Installing Typhoon (2.3.0)
[!] Error installing Typhoon
[!] /usr/local/bin/git clone https://github.com/typhoon-framework/Typhoon.git /Users/rob/Documents/Objective-C\ Projects/GUITyphoonExample/Pods/Typhoon --single-branch --depth 1 --branch 2.3.0
error: unknown option `single-branch'
usage: git clone [options] [--] [
]My Podfile is defined as:
platform :ios, '7.0'
source 'https://github.com/CocoaPods/Specs.git'
target 'GUITyphoonExample' do
pod 'Typhoon', '~> 2.3'
end
target 'GUITyphoonExampleTests' do
end
Any ideas how I can resolve this?
The text was updated successfully, but these errors were encountered: