Skip to content

Instantly share code, notes, and snippets.

@futuretap
Created December 18, 2013 09:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save futuretap/8019473 to your computer and use it in GitHub Desktop.
Save futuretap/8019473 to your computer and use it in GitHub Desktop.
pod --verbose install
Analyzing dependencies
Updating spec repositories
Updating spec repo `master`
$ /usr/bin/git pull
Already up-to-date.
Resolving dependencies of `Podfile`
Resolving dependencies for target `Pods' (iOS 4.3)
- DTCoreText
- DTFoundation/Core (~> 1.6.0)
- DTFoundation/UIKit (~> 1.6.0)
- DTFoundation/Core
- DTFoundation/DTHTMLParser (~> 1.6.0)
- DTFoundation/Core
Comparing resolved specification to the sandbox manifest
A DTCoreText
A DTFoundation
Downloading dependencies
-> Installing DTCoreText (1.6.9)
> GitHub download
> Creating cache git repo (/Users/gentz/Library/Caches/CocoaPods/GitHub/02cd5ff355cfb10a4335670402acffd76d5f9c64)
$ /usr/bin/git clone --mirror "https://github.com/Cocoanetics/DTCoreText.git" "/Users/gentz/Library/Caches/CocoaPods/GitHub/02cd5ff355cfb10a4335670402acffd76d5f9c64"
Cloning into bare repository '/Users/gentz/Library/Caches/CocoaPods/GitHub/02cd5ff355cfb10a4335670402acffd76d5f9c64'...
Checking connectivity... done
$ /usr/bin/git config core.bare
true
> Updating cache git repo (/Users/gentz/Library/Caches/CocoaPods/GitHub/02cd5ff355cfb10a4335670402acffd76d5f9c64)
$ /usr/bin/git remote update
Fetching origin
$ /usr/bin/git clone '/Users/gentz/Library/Caches/CocoaPods/GitHub/02cd5ff355cfb10a4335670402acffd76d5f9c64' '/private/tmp/Test/Pods/DTCoreText'
Cloning into '/private/tmp/Test/Pods/DTCoreText'...
done.
Checking connectivity... done
$ /usr/bin/git fetch origin tags/1.6.9 2>&1
From /Users/gentz/Library/Caches/CocoaPods/GitHub/02cd5ff355cfb10a4335670402acffd76d5f9c64
* tag 1.6.9 -> FETCH_HEAD
$ /usr/bin/git reset --hard FETCH_HEAD
HEAD is now at 5467930 also build with 64-bit macros for 64-bit simulator
$ /usr/bin/git checkout -b activated-pod-commit 2>&1
Switched to a new branch 'activated-pod-commit'
> Running prepare command
$ /bin/bash
set -e
cd Core/Source
/usr/bin/xxd -i default.css default.css.c
sh: line 2: cd: Core/Source: No such file or directory
[!] Pod::Executable
set -e
cd Core/Source
/usr/bin/xxd -i default.css default.css.c
sh: line 2: cd: Core/Source: No such file or directory
/Users/gentz/.rvm/gems/ruby-2.0.0-p247/gems/cocoapods-0.28.0/lib/cocoapods/executable.rb:74:in `execute_command'
/Users/gentz/.rvm/gems/ruby-2.0.0-p247/gems/cocoapods-0.28.0/lib/cocoapods/executable.rb:30:in `block in executable'
/Users/gentz/.rvm/gems/ruby-2.0.0-p247/gems/cocoapods-0.28.0/lib/cocoapods/installer/pod_source_installer.rb:125:in `block (2 levels) in run_prepare_command'
/Users/gentz/.rvm/gems/ruby-2.0.0-p247/gems/cocoapods-0.28.0/lib/cocoapods/installer/pod_source_installer.rb:122:in `chdir'
/Users/gentz/.rvm/gems/ruby-2.0.0-p247/gems/cocoapods-0.28.0/lib/cocoapods/installer/pod_source_installer.rb:122:in `block in run_prepare_command'
/Users/gentz/.rvm/gems/ruby-2.0.0-p247/gems/cocoapods-0.28.0/lib/cocoapods/user_interface.rb:52:in `section'
/Users/gentz/.rvm/gems/ruby-2.0.0-p247/gems/cocoapods-0.28.0/lib/cocoapods/installer/pod_source_installer.rb:121:in `run_prepare_command'
/Users/gentz/.rvm/gems/ruby-2.0.0-p247/gems/cocoapods-0.28.0/lib/cocoapods/installer/pod_source_installer.rb:65:in `install!'
/Users/gentz/.rvm/gems/ruby-2.0.0-p247/gems/cocoapods-0.28.0/lib/cocoapods/installer.rb:263:in `install_source_of_pod'
/Users/gentz/.rvm/gems/ruby-2.0.0-p247/gems/cocoapods-0.28.0/lib/cocoapods/installer.rb:237:in `block (2 levels) in install_pod_sources'
/Users/gentz/.rvm/gems/ruby-2.0.0-p247/gems/cocoapods-0.28.0/lib/cocoapods/user_interface.rb:73:in `titled_section'
/Users/gentz/.rvm/gems/ruby-2.0.0-p247/gems/cocoapods-0.28.0/lib/cocoapods/installer.rb:236:in `block in install_pod_sources'
/Users/gentz/.rvm/gems/ruby-2.0.0-p247/gems/cocoapods-0.28.0/lib/cocoapods/installer.rb:234:in `each'
/Users/gentz/.rvm/gems/ruby-2.0.0-p247/gems/cocoapods-0.28.0/lib/cocoapods/installer.rb:234:in `install_pod_sources'
/Users/gentz/.rvm/gems/ruby-2.0.0-p247/gems/cocoapods-0.28.0/lib/cocoapods/installer.rb:103:in `block in download_dependencies'
/Users/gentz/.rvm/gems/ruby-2.0.0-p247/gems/cocoapods-0.28.0/lib/cocoapods/user_interface.rb:52:in `section'
/Users/gentz/.rvm/gems/ruby-2.0.0-p247/gems/cocoapods-0.28.0/lib/cocoapods/installer.rb:101:in `download_dependencies'
/Users/gentz/.rvm/gems/ruby-2.0.0-p247/gems/cocoapods-0.28.0/lib/cocoapods/installer.rb:87:in `install!'
/Users/gentz/.rvm/gems/ruby-2.0.0-p247/gems/cocoapods-0.28.0/lib/cocoapods/command/project.rb:38:in `run_install_with_update'
/Users/gentz/.rvm/gems/ruby-2.0.0-p247/gems/cocoapods-0.28.0/lib/cocoapods/command/project.rb:68:in `run'
/Users/gentz/.rvm/gems/ruby-2.0.0-p247/gems/claide-0.4.0/lib/claide/command.rb:213:in `run'
/Users/gentz/.rvm/gems/ruby-2.0.0-p247/gems/cocoapods-0.28.0/lib/cocoapods/command.rb:52:in `run'
/Users/gentz/.rvm/gems/ruby-2.0.0-p247/gems/cocoapods-0.28.0/bin/pod:24:in `<top (required)>'
/Users/gentz/.rvm/gems/ruby-2.0.0-p247/bin/pod:23:in `load'
/Users/gentz/.rvm/gems/ruby-2.0.0-p247/bin/pod:23:in `<main>'
/Users/gentz/.rvm/gems/ruby-2.0.0-p247/bin/ruby_noexec_wrapper:14:in `eval'
/Users/gentz/.rvm/gems/ruby-2.0.0-p247/bin/ruby_noexec_wrapper:14:in `<main>'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment