正在为iOS生成VLC-找不到GDrive路径

正在为iOS生成VLC-找不到GDrive路径,ios,vlc,Ios,Vlc,我正试图通过以下方式为iOS编译VLC V2.7.8项目 为设备“sh compileVLCforiOS.sh”生成它时出现错误。下图: svn: E170013: Unable to connect to a repository at URL 'http://google-api-objectivec-client.googlecode.com/svn/trunk/Source' svn: E160013: '/svn/trunk/Source' path not found 此url已

我正试图通过以下方式为iOS编译VLC V2.7.8项目

为设备“sh compileVLCforiOS.sh”生成它时出现错误。下图:

svn: E170013: Unable to connect to a repository at URL 'http://google-api-objectivec-client.googlecode.com/svn/trunk/Source'
svn: E160013: '/svn/trunk/Source' path not found

此url已出现404错误

如何解决此问题?如果您有任何建议或想法,我们将不胜感激。

如下所述:

你应该换一条线

svn checkout http://google-api-objectivec-client.googlecode.com/svn/trunk/Source GDrive
在compileVLCforiOS.sh中

git clone https://github.com/google/google-api-objectivec-client GDrive