Skip to content

Commit

Permalink
[Validator] Build correct target
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiopelosin committed Jul 4, 2013
1 parent 810f683 commit 469321f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Expand Up @@ -24,6 +24,8 @@ To install or update CocoaPods see this [guide](http://docs.cocoapods.org/guides
regression introduced by CocoaPods 0.22.1 and matching more closely Xcode
behaviour.

* The validator now builds the Pods target instead of the first target actually
performing the validation.

## 0.22.1
[CocoaPods](https://github.com/CocoaPods/CocoaPods/compare/0.22.0...0.22.1)
Expand Down
2 changes: 1 addition & 1 deletion lib/cocoapods/validator.rb
Expand Up @@ -344,7 +344,7 @@ def parse_xcodebuild_output(output)
# returns its output (bot STDOUT and STDERR).
#
def xcodebuild
`xcodebuild clean build 2>&1`
`xcodebuild clean build -target Pods 2>&1`
end

#-------------------------------------------------------------------------#
Expand Down

0 comments on commit 469321f

Please sign in to comment.