Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
C
cocoapods
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gengmeiios
cocoapods
Commits
469321f9
Commit
469321f9
authored
Jul 04, 2013
by
Fabio Pelosin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[Validator] Build correct target
parent
810f6836
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
CHANGELOG.md
CHANGELOG.md
+2
-0
validator.rb
lib/cocoapods/validator.rb
+1
-1
No files found.
CHANGELOG.md
View file @
469321f9
...
...
@@ -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
)
...
...
lib/cocoapods/validator.rb
View file @
469321f9
...
...
@@ -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
#-------------------------------------------------------------------------#
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment