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
c33023c0
Commit
c33023c0
authored
Sep 20, 2013
by
Eloy Durán
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[Analyzer] Do not warn about multiple `ARCHS` if there are none at all.
parent
f0477155
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
analyzer.rb
lib/cocoapods/installer/analyzer.rb
+1
-1
cocoapods-integration-specs
spec/cocoapods-integration-specs
+1
-1
No files found.
lib/cocoapods/installer/analyzer.rb
View file @
c33023c0
...
@@ -457,7 +457,7 @@ module Pod
...
@@ -457,7 +457,7 @@ module Pod
end
end
archs
=
archs
.
compact
.
uniq
.
sort
archs
=
archs
.
compact
.
uniq
.
sort
if
archs
.
count
!=
1
if
archs
.
count
>
1
UI
.
warn
"Found multiple values (`
#{
archs
.
join
(
'`, `'
)
}
`) for the "
\
UI
.
warn
"Found multiple values (`
#{
archs
.
join
(
'`, `'
)
}
`) for the "
\
"architectures (`ARCHS`) build setting for the "
\
"architectures (`ARCHS`) build setting for the "
\
"`
#{
target_definition
}
` target definition. Using the first."
"`
#{
target_definition
}
` target definition. Using the first."
...
...
cocoapods-integration-specs
@
6c1eb337
Subproject commit
978d284adbc07cc64c7172640b9706906fc300dc
Subproject commit
6c1eb337358c4a24ac13fea592b80fb9e8c79f66
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