在上述文件中:
在终端上运行以下命令:
$ svn checkout http://google-api-objectivec-client.googlecode.com/svn/trunk/ google-api-objectivec-client
我的命令:
$ cd /Users/....../MyProjectPath
$ svn checkout http://google-api-objectivec-client.googlecode.com/svn/trunk/ google-api-objectivec-client
我做了同样但发现了错误:
xcrun:错误:活动开发人员路径(“/Volumes/Xcode/Xcode.app/Contents/Developer”)不存在,使用xcode-select --switch path/to/Xcode.app
指定您希望用于命令行开发人员工具的Xcode(或参见man xcode-select
)