Created
March 18, 2012 10:31
-
-
Save yas375/2070435 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Pod::ProjectIntegration | |
| - creates a workspace with a name matching the project | |
| - adds the project being integrated to the workspace | |
| - adds the Pods project to the workspace | |
| - adds the Pods xcconfig file to the project | |
| - sets the Pods xcconfig as the base config for each build configuration | |
| - adds a reference to the libPods static library | |
| - adds the libPods static library to the "Link binary with libraries" build phase of each target | |
| - adds a Copy Pods Resources build phase to each target | |
| SyntaxError: /Users/yas/code/CocoaPods/spec/fixtures/spec-repos/master/SVProgressHUD/0.6/SVProgressHUD.podspec:12: invalid multibyte char (US-ASCII) | |
| /Users/yas/code/CocoaPods/spec/fixtures/spec-repos/master/SVProgressHUD/0.6/SVProgressHUD.podspec:12: invalid multibyte char (US-ASCII) | |
| /Users/yas/code/CocoaPods/spec/fixtures/spec-repos/master/SVProgressHUD/0.6/SVProgressHUD.podspec:12: syntax error, unexpected $end, expecting keyword_end | |
| 'It’s a simplified and prettifie... | |
| ^ | |
| /Users/yas/code/CocoaPods/lib/cocoapods/specification.rb:7:in `eval': Pod::Command - searches for a pod with name matching the given query ignoring case | |
| /Users/yas/code/CocoaPods/lib/cocoapods/specification.rb:7:in `_eval_podspec' | |
| /Users/yas/code/CocoaPods/lib/cocoapods/specification.rb:18:in `from_file' | |
| /Users/yas/code/CocoaPods/lib/cocoapods/specification/set.rb:43:in `specification' | |
| /Users/yas/code/CocoaPods/lib/cocoapods/command/search.rb:29:in `block in run' | |
| /Users/yas/code/CocoaPods/lib/cocoapods/command/search.rb:27:in `each' | |
| /Users/yas/code/CocoaPods/lib/cocoapods/command/search.rb:27:in `run' | |
| spec/functional/command_spec.rb:73:in `block (3 levels) in <top (required)>' | |
| spec/functional/command_spec.rb:66:in `each' | |
| spec/functional/command_spec.rb:66:in `block (2 levels) in <top (required)>' | |
| /Users/yas/.rvm/gems/ruby-1.9.3-p125@cocoapods/gems/mocha-on-bacon-0.2.0/lib/mocha-on-bacon.rb:57:in `call' | |
| /Users/yas/.rvm/gems/ruby-1.9.3-p125@cocoapods/gems/mocha-on-bacon-0.2.0/lib/mocha-on-bacon.rb:57:in `block in it' | |
| /Users/yas/.rvm/gems/ruby-1.9.3-p125@cocoapods/gems/mocha-on-bacon-0.2.0/lib/mocha-on-bacon.rb:54:in `it' | |
| spec/functional/command_spec.rb:64:in `block in <top (required)>' | |
| spec/functional/command_spec.rb:3:in `<top (required)>' | |
| SyntaxError: /Users/yas/code/CocoaPods/spec/fixtures/spec-repos/master/ATMHud/0.0.1/ATMHud.podspec:7: invalid multibyte char (US-ASCII) | |
| /Users/yas/code/CocoaPods/spec/fixtures/spec-repos/master/ATMHud/0.0.1/ATMHud.podspec:7: invalid multibyte char (US-ASCII) | |
| /Users/yas/code/CocoaPods/spec/fixtures/spec-repos/master/ATMHud/0.0.1/ATMHud.podspec:7: syntax error, unexpected $end, expecting tASSOC | |
| s.author = { 'Marcel Müller' => '[email protected]' } | |
| ^ | |
| /Users/yas/code/CocoaPods/lib/cocoapods/specification.rb:7:in `eval': Pod::Command - searches for a pod with name, summary, or description matching the given query ignoring case | |
| /Users/yas/code/CocoaPods/lib/cocoapods/specification.rb:7:in `_eval_podspec' | |
| /Users/yas/code/CocoaPods/lib/cocoapods/specification.rb:18:in `from_file' | |
| /Users/yas/code/CocoaPods/lib/cocoapods/specification/set.rb:43:in `specification' | |
| /Users/yas/code/CocoaPods/lib/cocoapods/source.rb:70:in `block in search_by_name' | |
| /Users/yas/code/CocoaPods/lib/cocoapods/source.rb:68:in `map' | |
| /Users/yas/code/CocoaPods/lib/cocoapods/source.rb:68:in `search_by_name' | |
| /Users/yas/code/CocoaPods/lib/cocoapods/source.rb:21:in `block in search_by_name' | |
| /Users/yas/code/CocoaPods/lib/cocoapods/source.rb:21:in `map' | |
| /Users/yas/code/CocoaPods/lib/cocoapods/source.rb:21:in `search_by_name' | |
| /Users/yas/code/CocoaPods/lib/cocoapods/source.rb:40:in `search_by_name' | |
| /Users/yas/code/CocoaPods/lib/cocoapods/command/search.rb:27:in `run' | |
| spec/functional/command_spec.rb:88:in `block (3 levels) in <top (required)>' | |
| spec/functional/command_spec.rb:81:in `each' | |
| spec/functional/command_spec.rb:81:in `block (2 levels) in <top (required)>' | |
| /Users/yas/.rvm/gems/ruby-1.9.3-p125@cocoapods/gems/mocha-on-bacon-0.2.0/lib/mocha-on-bacon.rb:57:in `call' | |
| /Users/yas/.rvm/gems/ruby-1.9.3-p125@cocoapods/gems/mocha-on-bacon-0.2.0/lib/mocha-on-bacon.rb:57:in `block in it' | |
| /Users/yas/.rvm/gems/ruby-1.9.3-p125@cocoapods/gems/mocha-on-bacon-0.2.0/lib/mocha-on-bacon.rb:54:in `it' | |
| spec/functional/command_spec.rb:79:in `block in <top (required)>' | |
| spec/functional/command_spec.rb:3:in `<top (required)>' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment