Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/ios/120.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Ios AppCenter POD:没有这样的文件或目录_Ios_Xcode_React Native_Cocoapods - Fatal编程技术网

Ios AppCenter POD:没有这样的文件或目录

Ios AppCenter POD:没有这样的文件或目录,ios,xcode,react-native,cocoapods,Ios,Xcode,React Native,Cocoapods,一旦我将在xCode项目中添加一个pod,我就会发现下面的错误 diff: /Users/PATH/ios/./Podfile.lock: No such file or directory diff: /Users/PATH/ios/./Manifest.lock: No such file or directory error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or up

一旦我将在xCode项目中添加一个pod,我就会发现下面的错误

   diff: /Users/PATH/ios/./Podfile.lock: No such file or directory
   diff: /Users/PATH/ios/./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.
我试图更新pod,然后再次安装。但结果是一样的

Manifest.lock来自设置:

diff "${PODS_PODFILE_DIR_PATH}/Podfile.lock" "${PODS_PODFILE_DIR_PATH}/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}"

如果有人已解决此问题,请告诉我解决方案。

在终端中,您是否在pod文件退出的项目目录中,如果没有,请使用cd\\path导航我在路径上。现在?你试过删除Podfile.lock然后运行pod安装吗?是的,已经玩过delete pod及其相关的东西了。但没有工作尝试在终端中进行pod反集成您是否在pod文件退出的项目目录中,如果没有,则使用cd\\path导航我在路径上。现在?你试过删除Podfile.lock然后运行pod安装吗?是的,已经玩过delete pod及其相关的东西了。但是没有成功尝试
pod去集成