pod install的时候终端出现了这个错误

1. 检查Podfile文件名是否小写了, 小写也可能出现在这样的错误
2. 检查Podfile 权限 最好使用命令chmod 777 Podfile 来修改文件权限
然后再执行 pod install
pod install的时候终端出现了这个错误
1. 检查Podfile文件名是否小写了, 小写也可能出现在这样的错误
2. 检查Podfile 权限 最好使用命令chmod 777 Podfile 来修改文件权限
然后再执行 pod install