【发布时间】:2018-07-05 11:23:32
【问题描述】:
我正在尝试使用 cocoapods 来尝试运行 Firebase 入门项目。 运行 POD 时,我得到以下输出:
POD v0.9.0
用法:pod [命令]
命令:
create <app> Create a new app
remote <app> <repo> Create a app from a remote GitHub repo
rm <app> Delete an app
start <app> Start an app monitored by pm2
stop <app> Stop an app
restart <app> Restart an app that's already running
list List apps and status
startall Start all apps not already running
stopall Stop all apps
restartall Restart all running apps
prune Clean up dead files
hooks Update hooks after a pod upgrade
web [command] Start/stop/restart the web interface
help You are reading it right now
没有 INIT 命令,当我尝试启动 POD 时失败。
【问题讨论】:
标签: ios xcode firebase cocoapods