使用pod init ,pod install等操作出现bad interpreter: No such file or directory
上述问题我昨天刚升级了Mac系统,当你的Mac系统升级为 high sierra 的时候,别忘记更新cocoapods。执行命令为:
$ sudo gem update --system
$ sudo gem install cocoapods -n/usr/local/bin
使用pod init ,pod install等操作出现bad interpreter: No such file or directory
上述问题我昨天刚升级了Mac系统,当你的Mac系统升级为 high sierra 的时候,别忘记更新cocoapods。执行命令为:
$ sudo gem update --system
$ sudo gem install cocoapods -n/usr/local/bin