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 ...@@ -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
......
...@@ -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
......
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