Commit 469321f9 authored by Fabio Pelosin's avatar Fabio Pelosin

[Validator] Build correct target

parent 810f6836
......@@ -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)
......
......@@ -344,7 +344,7 @@ module Pod
# returns its output (bot STDOUT and STDERR).
#
def xcodebuild
`xcodebuild clean build 2>&1`
`xcodebuild clean build -target Pods 2>&1`
end
#-------------------------------------------------------------------------#
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment