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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Xcode 9.3 compile failed.

willbin opened this issue · comments

Do you guys have a plan to adapt Xcode 9.3?

I encounter the problem .../Potatso/Library/ShadowPath/ShadowPath/shadowsocks-libev/libipset/set/inspection.c:11:10: 'libcork/core.h' file not found in Xcode 9.3 as well.

I can see the Header Search Paths include libcork's include folder, while not sure why Xcode cannot find it...

@willbin Updated and buildable on xcode 9.3. Check latest for specific commit to build from release section. Thanks!

.../Potatso/Library/ShadowPath/ShadowPath/shadowsocks-libev/libipset/set/inspection.c:11:10: 'libcork/core.h' file not found still happens in my build, how can I deal with it?