我已经有一个项目,其中cocoapod
以前工作正常,但不知何故,当我尝试包含新文件时。我收到了以下错误。
/Users/username/.podenv/libexec /../ libexec / podenv-exec:第31行:/Users/username/.podenv/versions/1.0.1/bin/pod:没有这样的文件或目录
我试图删除MyProject.xcworkspace
和Podfile
,以便我可以重新安装Podfile
,但又会出现上述错误。
答案 0 :(得分:4)
我的猜测是你以某种方式删除了cocoapods
本身而不是项目和Podfile
特定项目,请按照以下命令重新安装cocoapods
:
输入命令:
$ sudo gem install cocoapods
创建新的Xcode项目。
导航到包含Xcode项目的目录。使用:
cd ../directory-location/..
或cd [拖放项目文件夹]
输入命令以创建Podfile
:
$ pod init
输入命令
$ pod install