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
db6d9a3e
Commit
db6d9a3e
authored
Apr 08, 2013
by
Fabio Pelosin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[UserProjectIntegrator::TargetIngtegrator] Don't execute 'pod install', and print an Xcode error
parent
12311943
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
4 deletions
+2
-4
target_integrator.rb
...ds/installer/user_project_integrator/target_integrator.rb
+1
-2
target_integrator_spec.rb
...staller/user_project_integrator/target_integrator_spec.rb
+1
-2
No files found.
lib/cocoapods/installer/user_project_integrator/target_integrator.rb
View file @
db6d9a3e
...
@@ -150,8 +150,7 @@ module Pod
...
@@ -150,8 +150,7 @@ module Pod
diff "${PODS_ROOT}/../Podfile.lock" "${PODS_ROOT}/Manifest.lock" > /dev/null
diff "${PODS_ROOT}/../Podfile.lock" "${PODS_ROOT}/Manifest.lock" > /dev/null
if [[ $? != 0 ]] ; then
if [[ $? != 0 ]] ; then
cat << EOM
cat << EOM
Podfile.lock and Manifest.lock are not in sync.
error: The sanbox is not in sync with the Podfile.lock. Run 'pod install'.
You might need to run a
\`
pod install
\`
.
EOM
EOM
exit 1
exit 1
fi
fi
...
...
spec/unit/installer/user_project_integrator/target_integrator_spec.rb
View file @
db6d9a3e
...
@@ -87,8 +87,7 @@ module Pod
...
@@ -87,8 +87,7 @@ module Pod
diff "${PODS_ROOT}/../Podfile.lock" "${PODS_ROOT}/Manifest.lock" > /dev/null
diff "${PODS_ROOT}/../Podfile.lock" "${PODS_ROOT}/Manifest.lock" > /dev/null
if [[ $? != 0 ]] ; then
if [[ $? != 0 ]] ; then
cat << EOM
cat << EOM
Podfile.lock and Manifest.lock are not in sync.
error: The sanbox is not in sync with the Podfile.lock. Run 'pod install'.
You might need to run a
\`
pod install
\`
.
EOM
EOM
exit 1
exit 1
fi
fi
...
...
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