为 iOS 构建 VLC - 未找到 GDrive 路径

Building VLC for iOS - GDrive path not found

我正在尝试通过 https://wiki.videolan.org/IOSCompile/ 为 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错误了。

如何解决这个问题?如有任何建议或想法,不胜感激。

如此处所述:https://groups.google.com/forum/#!topic/google-api-objectivec-client/hnZOY0LwtMc

你应该替换行

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