We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
@thomasfeng123
操作步骤: 1、git clone [email protected]:ethan0w/shadowsocks-iOS.git 2、cd shadowsocks-iOS 3、git checkout 2.6.4 -b dev (检出2.6.4版本到本地dev分支) 4、git submodule init 5、git submodule update 6、cd AppProxyCap/ 7、git submodule init 8、git submodule update 9、回到shadowsocks-iOS目录下 10、pod install 到这里基本就可以跑通了,如果build有问题,设置Provisioning Profile设置下,将Deployment Target 设置为 8.0 (原来为7.1),再build一次就OK了
Originally posted by @GGKevinGG in #273 (comment)
6、cd AppProxyCap/ 7、git submodule init 8、git submodule update
fatal: clone of 'git://github.com/comex/inject_and_interpose.git' into submodule path '/Users/mac/Desktop/untitled folder 10/shadowsocks-iOS/AppProxyCap/lib/inject_and_interpose' failed Failed to clone 'lib/inject_and_interpose'. Retry scheduled
The text was updated successfully, but these errors were encountered:
No branches or pull requests
操作步骤:
1、git clone [email protected]:ethan0w/shadowsocks-iOS.git
2、cd shadowsocks-iOS
3、git checkout 2.6.4 -b dev (检出2.6.4版本到本地dev分支)
4、git submodule init
5、git submodule update
6、cd AppProxyCap/
7、git submodule init
8、git submodule update
9、回到shadowsocks-iOS目录下
10、pod install
到这里基本就可以跑通了,如果build有问题,设置Provisioning Profile设置下,将Deployment Target 设置为 8.0 (原来为7.1),再build一次就OK了
Originally posted by @GGKevinGG in #273 (comment)
6、cd AppProxyCap/
7、git submodule init
8、git submodule update
fatal: clone of 'git://github.com/comex/inject_and_interpose.git' into submodule path '/Users/mac/Desktop/untitled folder 10/shadowsocks-iOS/AppProxyCap/lib/inject_and_interpose' failed
Failed to clone 'lib/inject_and_interpose'. Retry scheduled
The text was updated successfully, but these errors were encountered: