标签: intercom-ios

编译Ionic应用程序时未设置PODS_ROOT和其他pods env变量

我已经构建了一个使用内部通信(第三方扩展)的Ionic 2应用程序.使用cocoapods安装内部通信.

在编译我的应用程序时,我收到错误:

diff: /Podfile.lock: No such file or directory
diff: /Manifest.lock: No such file or directory
error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.
Run Code Online (Sandbox Code Playgroud)

这是由构建阶段生成的[CP] Check Pods Manifest.lock:

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 …
Run Code Online (Sandbox Code Playgroud)

xcode ios cocoapods intercom intercom-ios

6
推荐指数
1
解决办法
2800
查看次数

标签 统计

cocoapods ×1

intercom ×1

intercom-ios ×1

ios ×1

xcode ×1