简体   繁体   English

Cocoa 安装:终端在获取 POD 文件时显示“是目录”错误

[英]Cocoa installation: terminal showing 'Is a directory' error while getting POD file

在此处输入图像描述

I am always getting the same error ie is a directory when I try to execute the above bash script in the terminal to get pod file.当我尝试在终端中执行上述 bash 脚本以获取 pod 文件时,我总是遇到相同的错误,即is a directory

What can I do?我能做些什么?

Thanks谢谢

In the first couple lines, you appear to have an errant filepath in your command.在前几行中,您的命令中似乎有一个错误的文件路径。 Instead of $ /Users/rgf...TestTable.xcodeproj cd , it should have been $ cd .而不是$ /Users/rgf...TestTable.xcodeproj cd ,它应该是$ cd Your shell is complaining because the command–as you've written it–appears to be executing a directory, which isn't possible.您的 shell 正在抱怨,因为您编写的命令似乎正在执行一个目录,这是不可能的。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM