Commit db6d9a3e authored by Fabio Pelosin's avatar Fabio Pelosin

[UserProjectIntegrator::TargetIngtegrator] Don't execute 'pod install', and print an Xcode error

parent 12311943
......@@ -150,8 +150,7 @@ module Pod
diff "${PODS_ROOT}/../Podfile.lock" "${PODS_ROOT}/Manifest.lock" > /dev/null
if [[ $? != 0 ]] ; then
cat << EOM
Podfile.lock and Manifest.lock are not in sync.
You might need to run a \`pod install\`.
error: The sanbox is not in sync with the Podfile.lock. Run 'pod install'.
EOM
exit 1
fi
......
......@@ -87,8 +87,7 @@ module Pod
diff "${PODS_ROOT}/../Podfile.lock" "${PODS_ROOT}/Manifest.lock" > /dev/null
if [[ $? != 0 ]] ; then
cat << EOM
Podfile.lock and Manifest.lock are not in sync.
You might need to run a \`pod install\`.
error: The sanbox is not in sync with the Podfile.lock. Run 'pod install'.
EOM
exit 1
fi
......
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