Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/heroku/2.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 使用CoCoapod并删除一些库,然后获得这些警告_Ios_Cocoapods - Fatal编程技术网

Ios 使用CoCoapod并删除一些库,然后获得这些警告

Ios 使用CoCoapod并删除一些库,然后获得这些警告,ios,cocoapods,Ios,Cocoapods,我更新了我的Podfile并删除了SBJson,然后安装了pod,但是我收到了这些警告 我怎样才能修好这些?多谢各位 在Xcode文件浏览器中查找这些文件⌘1在Xcode中。它们应该是红色的,表示它们不存在。删除它们,问题就会消失 确保你也安装了吊舱。移除端口时,我通常会执行以下操作: git clean -dxf pod install 这假设您正在使用git进行源代码管理,并且没有任何您想要保留的未老化更改

我更新了我的Podfile并删除了SBJson,然后安装了pod,但是我收到了这些警告

我怎样才能修好这些?多谢各位


在Xcode文件浏览器中查找这些文件⌘1在Xcode中。它们应该是红色的,表示它们不存在。删除它们,问题就会消失

确保你也安装了吊舱。移除端口时,我通常会执行以下操作:

git clean -dxf
pod install
这假设您正在使用git进行源代码管理,并且没有任何您想要保留的未老化更改