Newer
Older
XinYang_IOS / build / XCBuildData / 3195ce2b8c6bd258a70a5ddef12ee3a9.xcbuilddata / attachments / b5c347a1c14733177577aaf3a8bce392
@zhangfeng zhangfeng on 7 Dec 413 bytes 1.9.0
#!/bin/sh
diff "${PODS_PODFILE_DIR_PATH}/Podfile.lock" "${PODS_ROOT}/Manifest.lock" > /dev/null
if [ $? != 0 ] ; then
    # print error to STDERR
    echo "error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation." >&2
    exit 1
fi
# This output is used by Xcode 'outputs' to avoid re-running this script phase.
echo "SUCCESS" > "${SCRIPT_OUTPUT_FILE_0}"