haxpor / Potatso

Potatso is an iOS client that implements Shadowsocks proxy with the leverage of NetworkExtension framework. ***This project is unmaintained, try taking a look at this fork https://github.com/shadowcoel/shadowcoel instead.
GNU General Public License v3.0
2.04k stars 1.37k forks source link

项目无法编译 #47

Closed bolee closed 6 years ago

bolee commented 6 years ago

你们确定都能在swift3可以编译么?总是编译错误999+,都是版本版本不兼容,导致引入模块失败

JeansHuang commented 6 years ago

JeansHuang/Potatso Work for Xcode9.1 iOS11.1 Swift3.2

haxpor commented 6 years ago

@bolee I'm sure. Potatso and its child targets are compiled with either swift version 3.0, or 3.2. And all Pods are compiled against swift version 3.2. The project is updated to support newer version of xcode (9.2) now, you might want to try. It should be ok.

bolee commented 6 years ago

@haxpor OK,I'll try again,Thanks.