Open GGKevinGG opened 7 years ago
@LCeryue 可以编译,iOS的,翻墙的也解决了
@gao0122 我用的也是github上的啊,可以用的
@gao0122 @LCeryue https://github.com/ethan0w/shadowsocks-iOS.git 用这个,切到最新的分支,pod install一下,还有弄好git submodule就可以编译成功
@GGKevinGG 我试一下,谢谢
@GGKevinGG 我也编译不了,想问一下是不是先用git clone git@github.com:ethan0w/shadowsocks-iOS.git把代码check下来,pod好后,运行脚本cd AppProxyCap/ git submodule init git submodule update cd .. xcodebuild -sdk iphonesimulator 然后就可以编译了?谢谢
@thomasfeng123
操作步骤:
1、git clone git@github.com: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了
@GGKevinGG 可以编译了,谢谢。想问下你如何解决翻墙的?我现在翻墙不了。
@thomasfeng123 ss用的是代理,需要在iphone 做点设置,可查看 http://jas0n.me/2014/11/12/up_14_11_12/ 设置完后就可以了
@GGKevinGG 最近在搞ss,有没有扣扣,加一下交流,谢谢。
@thomasfeng123 OK, QQ:354785278,我最近也在搞,也遇到了一些问题
你们确定能编译,我弄好后,在全局模式里面出现bug #278
@GGKevinGG 我这边pod install 的时候complete了但是没有生成libPod-shadowsocks.a 文件,求pod的Podfile文件
编译通过,填写了相应信息,还是不能翻墙,有人知道怎么回事么?有遇到过的加qq2337-285-755
哇,你居然能编译成功!!!!!!